mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-21 15:20:59 +00:00
f051d348f5
- Skip satisfied dependencies in the environment during install by checking whether the constraint of a specifier is satisfied - If there is no specifier and a dependency is installed, assume it is satisfied - For editable dependencies, if the dependency in the environment is an egg link and points at the same path as the given dep, assume it is satisfied - Fixes #3057 Signed-off-by: Dan Ryan <dan.ryan@canonical.com>
2 lines
117 B
ReStructuredText
2 lines
117 B
ReStructuredText
``pipenv install`` and ``pipenv sync`` will no longer attempt to install satisfied dependencies during installation.
|