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
pipenv changed the way the requirements.txt is generated and therefore the functionality is broken with newer pipenv releases.
old: pipenv lock -r
new: pipenv requirements
https://pipenv.pypa.io/en/latest/advanced/#generating-a-requirements-txt
N/A
serverless deploy
Running "serverless" from node_modules Framework Core: 3.26.0 (local) 3.26.0 (global) Plugin: 6.2.2 SDK: 4.3.2
The text was updated successfully, but these errors were encountered:
duplicate, adressed already:
#718
Sorry, something went wrong.
No branches or pull requests
Are you certain it's a bug?
Are you using the latest plugin release?
Is there an existing issue for this?
Issue description
pipenv changed the way the requirements.txt is generated and therefore the functionality is broken with newer pipenv releases.
old: pipenv lock -r
new: pipenv requirements
https://pipenv.pypa.io/en/latest/advanced/#generating-a-requirements-txt
Service configuration (serverless.yml) content
N/A
Command name and used flags
serverless deploy
Command output
Environment information
Running "serverless" from node_modules Framework Core: 3.26.0 (local) 3.26.0 (global) Plugin: 6.2.2 SDK: 4.3.2
The text was updated successfully, but these errors were encountered: