mirror of
https://github.com/httpie/cli.git
synced 2025-08-16 14:51:45 +02:00
Update links to HTTPS
This commit is contained in:
2
setup.py
2
setup.py
@ -57,7 +57,7 @@ if 'bdist_wheel' not in sys.argv:
|
||||
|
||||
# bdist_wheel
|
||||
extras_require = {
|
||||
# http://wheel.readthedocs.io/en/latest/#defining-conditional-dependencies
|
||||
# https://wheel.readthedocs.io/en/latest/#defining-conditional-dependencies
|
||||
'python_version == "3.0" or python_version == "3.1"': ['argparse>=1.2.1'],
|
||||
':sys_platform == "win32"': ['colorama>=0.2.4'],
|
||||
}
|
||||
|
Reference in New Issue
Block a user