mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
bd3720d3b1
- We used to override `PIP_NO_DEPS` by default when handling VCS or file dependencies - This PR exempts VCS and file dependencies from that rule since we are able to resolve them in a pre-lock resolution step - Fixes #3763 Signed-off-by: Dan Ryan <dan@danryan.co>