From 02dbe01471582e75a71935624f4f4a246a421a11 Mon Sep 17 00:00:00 2001 From: Matt G Date: Mon, 29 Nov 2021 16:25:11 +0000 Subject: [PATCH] Added quotes to line 339 --- docs/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli.md b/docs/cli.md index d5d45cdd9ce..c83db0984f9 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -357,7 +357,7 @@ If the package(s) you want to install provide extras, you can specify them when adding the package: ```bash -poetry add requests[security,socks] +poetry add "requests[security,socks]" poetry add "requests[security,socks]~=2.22.0" poetry add "git+https://github.com/pallets/flask.git@1.1.1[dotenv,dev]" ```