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 lock --dev --requirements > requirements.txt
generates a requirement.txt that doesn't include the default packages. It only includes the development packages.
requirement.txt
According to the documentation the flag --dev means
--dev
Install both develop and default packages.
(see https://docs.pipenv.org/en/latest/#pipenv-lock)
So either the documentation should be changed or the behaviour of pipenv lock --dev should be fixed.
pipenv lock --dev
The text was updated successfully, but these errors were encountered:
The option's help string is not accurate. Want a PR to fix it.
Related discussion: #3503 #3316 , close this one to reduce redundancy.
Sorry, something went wrong.
No branches or pull requests
Issue description
generates a
requirement.txt
that doesn't include the default packages. It only includes the development packages.Expected result
According to the documentation the flag
--dev
means(see https://docs.pipenv.org/en/latest/#pipenv-lock)
So either the documentation should be changed or the behaviour of
pipenv lock --dev
should be fixed.The text was updated successfully, but these errors were encountered: