mirror of
https://github.com/httpie/cli.git
synced 2025-02-03 11:19:15 +01:00
Remove a Python 2.6 mention from extras_require
This commit is contained in:
parent
6301fee3d2
commit
05547224ce
4
setup.py
4
setup.py
@ -58,9 +58,7 @@ if 'bdist_wheel' not in sys.argv:
|
||||
# bdist_wheel
|
||||
extras_require = {
|
||||
# http://wheel.readthedocs.io/en/latest/#defining-conditional-dependencies
|
||||
':python_version == "2.6"'
|
||||
' or python_version == "3.0"'
|
||||
' or python_version == "3.1" ': ['argparse>=1.2.1'],
|
||||
'python_version == "3.0" or python_version == "3.1"': ['argparse>=1.2.1'],
|
||||
':sys_platform == "win32"': ['colorama>=0.2.4'],
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user