mirror of
https://github.com/httpie/cli.git
synced 2025-06-04 23:27:28 +02: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
|
# bdist_wheel
|
||||||
extras_require = {
|
extras_require = {
|
||||||
# http://wheel.readthedocs.io/en/latest/#defining-conditional-dependencies
|
# http://wheel.readthedocs.io/en/latest/#defining-conditional-dependencies
|
||||||
':python_version == "2.6"'
|
'python_version == "3.0" or python_version == "3.1"': ['argparse>=1.2.1'],
|
||||||
' or python_version == "3.0"'
|
|
||||||
' or python_version == "3.1" ': ['argparse>=1.2.1'],
|
|
||||||
':sys_platform == "win32"': ['colorama>=0.2.4'],
|
':sys_platform == "win32"': ['colorama>=0.2.4'],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user