You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ custom:
105
105
## :sparkles::pencil::sparkles: Poetry support
106
106
107
107
If you include a `pyproject.toml` and have `poetry` installed instead of a `requirements.txt` this will use
108
-
`poetry export --without-hashes -f requirements.txt -o requirements.txt`to generate them. It is fully compatible with all options such as `zip` and
108
+
`poetry export --without-hashes -f requirements.txt -o requirements.txt --with-credentials`to generate them. It is fully compatible with all options such as `zip` and
109
109
`dockerizePip`. If you don't want this plugin to generate it for you, set the following option:
0 commit comments