From d0f3e02faa283a0edc8d344445a88340ec0c931c Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Fri, 10 Apr 2020 16:48:55 +1000 Subject: [PATCH] Tweak title, reference WIP PR --- peeps/PEEP-006.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/peeps/PEEP-006.md b/peeps/PEEP-006.md index 7badd21c..5a3739e1 100644 --- a/peeps/PEEP-006.md +++ b/peeps/PEEP-006.md @@ -1,6 +1,8 @@ -# PEEP-006: Change the behavior of `-d` flag when generating requirement.txt +# PEEP-006: Include all deps in output of `pipenv lock -r --dev` -Make the behavior of `pipenv lock -r -d` consistent with those in other commands: convert all dependencies. +This proposal makes the behavior of `pipenv lock --requirements --dev` +consistent with the behaviour of other commands: converting all dependencies, +not just the development dependencies. ☤ @@ -54,3 +56,7 @@ the `--dev-only` flag after updating `pipenv` to achieve the same thing as befor ## Related issues: - #3316 + +## Related pull requests: + +- #4183