Skip to content

Poetry Export no longer working #445

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
JoeyC1990 opened this issue Jan 7, 2020 · 1 comment
Closed

Poetry Export no longer working #445

JoeyC1990 opened this issue Jan 7, 2020 · 1 comment

Comments

@JoeyC1990
Copy link
Contributor

As per poetry's new version 1.0.0 release, the command needs to be adapted from:

poetry export --without-hashes -f requirements.txt

to

poetry export --without-hashes -f requirements.txt > requirements.txt

otherwise the deployment fails as the requirements are just read out to stdout and they aren't currently captured.

JoeyC1990 added a commit to JoeyC1990/serverless-python-requirements that referenced this issue Jan 7, 2020
bsamuel-ui added a commit that referenced this issue Feb 14, 2020
Change to poetry command to export requirements.txt resolving #445
@bsamuel-ui
Copy link
Contributor

Merged commits should fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants