Remove a Python 2.6 mention from extras_require

This commit is contained in:
Jakub Roztocil 2017-12-28 18:33:31 +01:00
parent 6301fee3d2
commit 05547224ce

View File

@ -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'],
}