Skip to content
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

"pipenv lock --dev --requirements" doesn't include default packages #3816

Closed
asmaier opened this issue Jun 27, 2019 · 1 comment
Closed

"pipenv lock --dev --requirements" doesn't include default packages #3816

asmaier opened this issue Jun 27, 2019 · 1 comment

Comments

@asmaier
Copy link

asmaier commented Jun 27, 2019

Issue description

pipenv lock --dev --requirements > requirements.txt 

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

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.

@frostming
Copy link
Contributor

frostming commented Jun 28, 2019

The option's help string is not accurate. Want a PR to fix it.

Related discussion: #3503 #3316 , close this one to reduce redundancy.

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