mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
c92e331cc8
- Fixes #1079 and #909 - Need to exclude non-editable file/path/URI deps from the list we give to pip-tools - We should really separate this logic from the logic that supplies what is supposed to be a list of packages Add tests and comments to prevent regression - Ensure we resolve install_requires from local setup.py files - Squash commits