-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Bjorn Neergaard <[email protected]>
- Loading branch information
1 parent
f76a33b
commit 6fd7fda
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -363,7 +363,7 @@ poetry add "git+https://github.com/pallets/[email protected][dotenv,dev]" | |
``` | ||
|
||
{{% warning %}} | ||
Be aware that some shells (in particular Mac Zsh) may not recognise the package name without quotes - for example `poetry add requests[security,socks]`. In this case try instead with quotes `poetry add "requests[security,socks]"` | ||
Some shells may treat square braces (`[` and `]`) as special characters. It is suggested to always quote arguments containing these characters to prevent unexpected shell expansion. | ||
{{% /warning %}} | ||
|
||
If you want to add a package to a specific group of dependencies, you can use the `--group (-G)` option: | ||
|