mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
6e4f4103fb
The pre-existing basic usage documentation says that "pipenv lock -r" would include hashes in requirements.txt, this is not the behaviour i observe - i didn't find any issue around this - i guess it's either a bug or just the documentation is wrong. Digging through the code it looks reasonably plain that it just does not include hashes in its output - there is no logic or option there: https://github.com/pypa/pipenv/blob/master/pipenv/core.py#L849