1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip/commands
Robert Collins bb0b429a49 Issue #2731: Constraints files.
This adds constraints files. Like requirements files constraints files
control what version of a package is installed, but unlike
requirements files this doesn't itself choose to install the package.
This allows things that aren't explicitly desired to be constrained if
and only if they are installed.
2015-06-03 06:38:33 +12:00
..
__init__.py Remove the items deprecated for removal in 7.0 2015-04-07 04:20:51 -04:00
completion.py Switch to using the stdlib logger instead of pip.log 2014-09-10 09:36:09 -04:00
freeze.py Issue #2675: Granular control over wheels/sdists 2015-04-24 08:52:48 +12:00
help.py Do not shadow submodules 2014-12-12 16:06:04 +01:00
install.py Issue #2731: Constraints files. 2015-06-03 06:38:33 +12:00
list.py Issue #2675: Granular control over wheels/sdists 2015-04-24 08:52:48 +12:00
search.py Make search name column width dynamic 2014-12-23 07:07:43 -08:00
show.py Make pip show show much more metadata 2014-12-19 09:44:58 -08:00
uninstall.py Issue #2675: Granular control over wheels/sdists 2015-04-24 08:52:48 +12:00
wheel.py Issue #2731: Constraints files. 2015-06-03 06:38:33 +12:00