1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip
Marc Abramowitz 1a2c3f117a Refactor wheel command check of required packages
- Move code into separate method - check_required_packages
- Use new import_or_raise function - mostly so we don't have to have
  hacks for flake8 and comments to explain said hacks
2015-02-24 06:49:04 -08:00
..
_vendor Don't bundle certifi 2015-02-24 08:33:59 -05:00
commands Refactor wheel command check of required packages 2015-02-24 06:49:04 -08:00
compat Style fixes for the latest flake8 2015-02-24 07:46:10 -05:00
models Use __all__ instead of # noqa 2014-12-17 22:49:10 -05:00
operations Style fixes for the latest flake8 2015-02-24 07:46:10 -05:00
req Style fixes for the latest flake8 2015-02-24 07:46:10 -05:00
utils Refactor wheel command check of required packages 2015-02-24 06:49:04 -08:00
vcs Style fixes for the latest flake8 2015-02-24 07:46:10 -05:00
__init__.py Bump for release of 6.0.2 2014-12-23 08:07:13 -05:00
__main__.py Handle updates to flake8 2015-02-11 10:23:57 -05:00
basecommand.py Be explicit that -H is for sudo 2015-02-24 07:59:48 -05:00
baseparser.py Correctly handle options with pip in their name 2014-12-23 19:36:18 -05:00
cmdoptions.py Imply --disable-pip-version-check when --no-index is used 2014-12-23 19:16:08 -05:00
download.py Be explicit that -H is for sudo 2015-02-24 07:59:48 -05:00
exceptions.py Switch to using the stdlib logger instead of pip.log 2014-09-10 09:36:09 -04:00
index.py Style fixes for the latest flake8 2015-02-24 07:46:10 -05:00
locations.py Fix import so exception module is accesible. With the previous import pip module wouldn't have any exceptions attribute as it's __init__ doesn't actually import it. Fixes the confusing error message from #2067. 2014-12-22 16:53:16 -05:00
pep425tags.py Switch to using the stdlib logger instead of pip.log 2014-09-10 09:36:09 -04:00
status_codes.py Switch to using the stdlib logger instead of pip.log 2014-09-10 09:36:09 -04:00
wheel.py Style fixes for the latest flake8 2015-02-24 07:46:10 -05:00