1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip/req
Marcus Smith f4b2ee1a9e Break up the line into an args and options string.
We only want to shlex (and then optparse) the options, not the args.
args can contain markers which are corrupted by shlex
2015-06-02 06:50:05 +12:00
..
__init__.py Fix req.__all__. 2015-04-09 13:21:59 +12:00
req_file.py Break up the line into an args and options string. 2015-06-02 06:50:05 +12:00
req_install.py Hide setup.py output unless using -v 2015-05-20 21:27:12 -04:00
req_set.py Remove the workarounds/hacks to handle distribute -> setuptools 2015-05-09 15:09:05 -04:00
req_uninstall.py Add resolve_symlinks arg to normalize_path() 2015-03-18 15:38:12 -07:00