We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
commiting first attempt at resovling serverless#445
9412730
Merge pull request #446 from JoeyC1990/Poetry1Update
ce466f9
Change to poetry command to export requirements.txt resolving #445
Merged commits should fix this.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: