mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
f91c9e0d06
Signed-off-by: Dan Ryan <dan@danryan.co>
3 lines
275 B
Plaintext
3 lines
275 B
Plaintext
Resolved a bug in our patched resolvers which could cause nondeterministic resolution failures in certain conditions.
|
|
Running ``pipenv install`` with no arguments in a project with only a ``Pipfile`` will now correctly lock first for dependency resolution before installing.
|