From 39b1b2f1e654e670451fd08878f0de9469c4611b Mon Sep 17 00:00:00 2001 From: ofercaspi <53738748+ofercaspi@users.noreply.github.com> Date: Tue, 1 Sep 2020 17:14:22 +0300 Subject: [PATCH 1/2] Update poetry.js --- lib/poetry.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/poetry.js b/lib/poetry.js index 320c1d85..984baf52 100644 --- a/lib/poetry.js +++ b/lib/poetry.js @@ -22,7 +22,8 @@ function pyprojectTomlToRequirements() { '-f', 'requirements.txt', '-o', - 'requirements.txt' + 'requirements.txt', + '--with-credentials' ], { cwd: this.servicePath From 6d3127de18db1ad911a1b3e25d899997bbe88cde Mon Sep 17 00:00:00 2001 From: ofercaspi <53738748+ofercaspi@users.noreply.github.com> Date: Tue, 1 Sep 2020 17:15:17 +0300 Subject: [PATCH 2/2] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87acbbe3..ecafd913 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ custom: ## :sparkles::pencil::sparkles: Poetry support 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 -o requirements.txt` to generate them. It is fully compatible with all options such as `zip` and +`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 `dockerizePip`. If you don't want this plugin to generate it for you, set the following option: ```yaml