From 86074eddf09d856a5fbd1770f89dd8286e21710b Mon Sep 17 00:00:00 2001 From: Michael Warkentin Date: Fri, 7 Feb 2020 16:21:26 -0500 Subject: [PATCH] Remove outdated note about poetry 1.0 Poetry has released multiple 1.x versions now: https://github.com/python-poetry/poetry/tree/1.0.3 --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 95c18d56..a4226632 100644 --- a/README.md +++ b/README.md @@ -95,12 +95,6 @@ custom: ## Poetry support :sparkles::pencil::sparkles: -NOTE: Only poetry version 1 supports the required `export` command for this -feature. As of the point this feature was added, poetry 1.0.0 was in preview -and requires that poetry is installed with the --preview flag. - -TL;DR Install poetry with the `--preview` flag. - If you include a `pyproject.toml` and have `poetry` installed instead of a `requirements.txt` this will use `poetry export --without-hashes -f requirements.txt` to generate them. It is fully compatible with all options such as `zip` and `dockerizePip`. If you don't want this plugin to generate it for you, set the following option: