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-10-19 22:37:22 +02:00
|
|
|
pylint == 1.7.4 ; python_version >= '3.5' # versions before 1.7.1 hang or fail to install on python 3.x
|
|
|
|
pylint == 1.6.5 ; python_version <= '2.7' # versions after 1.6.5 hang or fail during test on python 2.x
|
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-09-11 08:52:13 +02:00
|
|
|
wheel < 0.30.0 ; python_version < '2.7' # wheel 0.30.0 and later require python 2.7 or later
|
2017-07-04 22:31:16 +02:00
|
|
|
yamllint != 1.8.0 ; python_version < '2.7' # yamllint 1.8.0 requires python 2.7+ while earlier/later versions do not
|
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
|
2017-07-12 17:36:16 +02:00
|
|
|
ncclient >= 0.5.2 # Need features added in 0.5.2 and greater
|
2017-08-10 08:47:25 +02:00
|
|
|
idna < 2.6 # requests requires idna < 2.6, but cryptography will cause the latest version to be installed instead
|