Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit afb88ff

Browse files
authored
Merge pull request serverless#455 from mwarkentin/patch-1
Remove outdated note about poetry 1.0
2 parents 64e20db + 86074ed commit afb88ff

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,6 @@ custom:
9595

9696

9797
## Poetry support :sparkles::pencil::sparkles:
98-
NOTE: Only poetry version 1 supports the required `export` command for this
99-
feature. As of the point this feature was added, poetry 1.0.0 was in preview
100-
and requires that poetry is installed with the --preview flag.
101-
102-
TL;DR Install poetry with the `--preview` flag.
103-
10498
If you include a `pyproject.toml` and have `poetry` installed instead of a `requirements.txt` this will use
10599
`poetry export --without-hashes -f requirements.txt` to generate them. It is fully compatible with all options such as `zip` and
106100
`dockerizePip`. If you don't want this plugin to generate it for you, set the following option:

0 commit comments

Comments
 (0)