1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/src/pip/_internal/operations
Stéphane Bidoul a24d198c15
Do not download editables while preparing requirements
Downloading is done at the end of the download command
just like any other requirement. This is necessary to avoid
archiving editable requirements to a zip file when running
pip wheel.
2020-11-22 21:14:09 +01:00
..
build Prepare isort for black 2020-09-23 21:47:47 +05:30
install Prepare isort for black 2020-09-23 21:47:47 +05:30
__init__.py Move all internal APIs to pip._internal 2017-08-31 14:53:00 -04:00
check.py Don't crash on 'check' when METADATA is missing 2020-09-28 14:28:53 +08:00
freeze.py Prepare isort for black 2020-09-23 21:47:47 +05:30
prepare.py Do not download editables while preparing requirements 2020-11-22 21:14:09 +01:00