Files
pipenv/news/4217.bugfix.rst
T
Dan Ryan c30155ff45 Fix recursive PEP 508 VCS resolution
- Recursively resolve PEP 508 URLs in subdependencies
  - Fix `piptools` cache storage of VCS dependencies as results
- Avoid saving VCS dependency versions to `Pipfile.lock`
- Fixes #3396
- Fixes #4217

Signed-off-by: Dan Ryan <dan.ryan@canonical.com>
2020-05-05 23:44:34 -04:00

2 lines
106 B
ReStructuredText

Fixed a bug which caused versions from VCS dependencies to be included in ``Pipfile.lock`` inadvertently.