You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
841 B
15 lines
841 B
setuptools >= 39.0.1 ; python_version == '2.7' or python_version >= '3.3'
|
|
enum34 == 1.1.6 ; python_version == '2.7' or python_version == '3.3'
|
|
configparser == 3.5.0 ; python_version == '2.7'
|
|
mccabe == 0.6.1 ; python_version == '3.3'
|
|
pycodestyle == 2.3.1 ; python_version == '3.3'
|
|
pyflakes == 1.6.0 ; python_version == '3.3'
|
|
flake8 == 3.5.0 ; python_version == '3.3'
|
|
mccabe == 0.6.1 ; python_version == '2.7' or python_version >= '3.4'
|
|
pycodestyle == 2.5.0 ; python_version == '2.7' or python_version >= '3.4'
|
|
pyflakes == 2.1.1 ; python_version == '2.7' or python_version >= '3.4'
|
|
functools32 == 3.2.3-2 ; python_version == '2.7'
|
|
typing == 3.7.4.1 ; python_version == '2.7' or python_version == '3.4'
|
|
entrypoints == 0.3 ; python_version == '2.7' or python_version >= '3.4'
|
|
flake8 == 3.7.9 ; python_version == '2.7' or python_version >= '3.4'
|