mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-21 15:20:59 +00:00
b6ca34096a
Co-authored-by: Dan Ryan <dan@danryan.co>
6 lines
278 B
ReStructuredText
6 lines
278 B
ReStructuredText
For consistency with other commands and the ``--dev`` option
|
|
description, ``pipenv lock --requirements --dev`` now emits
|
|
both default and development dependencies.
|
|
The new ``--dev-only`` option requests the previous
|
|
behaviour (e.g. to generate a ``dev-requirements.txt`` file).
|