mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
592cbe54a1
* Implements PEEP-006 * `pipenv lock -r --dev` is now consistent with other commands and the CLI help output, and includes both default and dev dependencies in the result * New `--dev-only` option allows requesting the previous behaviour (which was specifically designed to support the traditional `requirements.txt`/`dev-requirements.txt` split)