1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/src/pip/_internal/commands
Chris Jerdonek 5a1b97d572
Merge pull request #6835 from cjerdonek/requirement-command-import
Move RequirementCommand to a different module
2019-08-07 12:08:00 -07:00
..
__init__.py Remove get_summaries(). 2019-07-27 12:29:07 -07:00
check.py Only import a Command class when it is actually needed. 2019-07-26 23:30:26 -04:00
completion.py Merge branch 'master' into maint/merge-5924 2019-08-06 23:42:04 -04:00
configuration.py Only import a Command class when it is actually needed. 2019-07-26 23:30:26 -04:00
debug.py Only import a Command class when it is actually needed. 2019-07-26 23:30:26 -04:00
download.py Move RequirementCommand to req_command.py. 2019-08-04 02:05:33 -07:00
freeze.py Only import a Command class when it is actually needed. 2019-07-26 23:30:26 -04:00
hash.py Only import a Command class when it is actually needed. 2019-07-26 23:30:26 -04:00
help.py Only import a Command class when it is actually needed. 2019-07-26 23:30:26 -04:00
install.py Move RequirementCommand to req_command.py. 2019-08-04 02:05:33 -07:00
list.py Only import a Command class when it is actually needed. 2019-07-26 23:30:26 -04:00
search.py Only import a Command class when it is actually needed. 2019-07-26 23:30:26 -04:00
show.py Only import a Command class when it is actually needed. 2019-07-26 23:30:26 -04:00
uninstall.py Only import a Command class when it is actually needed. 2019-07-26 23:30:26 -04:00
wheel.py Move RequirementCommand to req_command.py. 2019-08-04 02:05:33 -07:00