Commit 56ee407
authored
chore: single quote install crawlee with extras (#158)
### Description
- To avoid issues with `zsh` when using package names with extras
(`crawlee[beautifulsoup]`).
- [zsh: no matches found:
requests[security]](https://stackoverflow.com/questions/30539798/zsh-no-matches-found-requestssecurity).
- We encountered this issue with @souravjain540.1 parent 1523bde commit 56ee407
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments