Files
pipenv/news/3057.feature.rst
T
Dan Ryan f051d348f5 Skip satisfied dependencies during installation
- 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>
2020-05-19 16:47:02 -04:00

2 lines
117 B
ReStructuredText

``pipenv install`` and ``pipenv sync`` will no longer attempt to install satisfied dependencies during installation.