2017-01-18 01:37:29 +01:00
|
|
|
coverage >= 4.2, != 4.3.2 # features in 4.2+ required, avoid known bug in 4.3.2 on python 2.6
|
2016-11-30 06:21:53 +01:00
|
|
|
pywinrm >= 0.2.1 # 0.1.1 required, but 0.2.1 provides better performance
|
2017-04-13 18:09:34 +02:00
|
|
|
pylint >= 1.5.3, < 1.7.0 # 1.4.1 adds JSON output, but 1.5.3 fixes bugs related to JSON output
|
2017-05-16 19:00:15 +02:00
|
|
|
sphinx < 1.6 ; python_version < '2.7' # sphinx 1.6 and later require python 2.7 or later
|
2017-06-28 16:59:29 +02:00
|
|
|
yamllint < 1.8 ; python_version < '2.7' # yamllint 1.8 and later require python 2.7 or later
|
2017-06-01 10:23:32 +02:00
|
|
|
isort < 4.2.8 # 4.2.8 changes import sort order requirements which breaks previously passing pylint tests
|
2017-06-27 15:00:15 +02:00
|
|
|
pycrypto >= 2.6 # Need features found in 2.6 and greater
|