2017-01-17 16:37:29 -08:00
|
|
|
coverage >= 4.2, != 4.3.2 # features in 4.2+ required, avoid known bug in 4.3.2 on python 2.6
|
2018-03-20 08:54:16 -07:00
|
|
|
cryptography < 2.2 ; python_version < '2.7' # cryptography 2.2 drops support for python 2.6
|
2018-10-16 13:31:55 -07:00
|
|
|
urllib3 < 1.24 ; python_version < '2.7' # urllib3 1.24 and later require python 2.7 or later
|
2018-01-09 17:22:24 -08:00
|
|
|
pywinrm >= 0.3.0 # message encryption support
|
2017-05-17 01:00:15 +08:00
|
|
|
sphinx < 1.6 ; python_version < '2.7' # sphinx 1.6 and later require python 2.7 or later
|
2018-10-15 01:25:14 -07:00
|
|
|
sphinx < 1.8 ; python_version >= '2.7' # sphinx 1.8 and later are currently incompatible with rstcheck 3.3
|
2017-09-10 23:52:13 -07:00
|
|
|
wheel < 0.30.0 ; python_version < '2.7' # wheel 0.30.0 and later require python 2.7 or later
|
2019-02-13 00:18:15 -08:00
|
|
|
yamllint != 1.8.0, < 1.14.0 ; python_version < '2.7' # yamllint 1.8.0 and 1.14.0+ require python 2.7+
|
2017-06-27 06:00:15 -07:00
|
|
|
pycrypto >= 2.6 # Need features found in 2.6 and greater
|
2017-07-12 21:06:16 +05:30
|
|
|
ncclient >= 0.5.2 # Need features added in 0.5.2 and greater
|
2017-08-09 23:47:25 -07:00
|
|
|
idna < 2.6 # requests requires idna < 2.6, but cryptography will cause the latest version to be installed instead
|
2017-11-20 19:45:13 -08:00
|
|
|
paramiko < 2.4.0 ; python_version < '2.7' # paramiko 2.4.0 drops support for python 2.6
|
2017-12-05 21:38:43 -08:00
|
|
|
pytest < 3.3.0 ; python_version < '2.7' # pytest 3.3.0 drops support for python 2.6
|
2019-02-15 14:34:12 -08:00
|
|
|
pytest < 5.0.0 ; python_version == '2.7' # pytest 5.0.0 and later will no longer support python 2.7
|
2019-02-14 10:22:18 -08:00
|
|
|
pytest-forked < 1.0.2 ; python_version < '2.7' # pytest-forked 1.0.2 and later require python 2.7 or later
|
|
|
|
pytest-forked >= 1.0.2 ; python_version >= '2.7' # pytest-forked before 1.0.2 does not work with pytest 4.2.0+ (which requires python 2.7+)
|
2018-01-09 17:22:24 -08:00
|
|
|
ntlm-auth >= 1.0.6 # message encryption support
|
2018-10-18 13:05:29 -07:00
|
|
|
requests < 2.20.0 ; python_version < '2.7' # requests 2.20.0 drops support for python 2.6
|
2018-01-09 17:22:24 -08:00
|
|
|
requests-ntlm >= 1.1.0 # message encryption support
|
|
|
|
requests-credssp >= 0.1.0 # message encryption support
|
2018-03-09 17:09:58 -06:00
|
|
|
voluptuous >= 0.11.0 # Schema recursion via Self
|
2018-08-31 10:42:47 +10:00
|
|
|
openshift >= 0.6.2 # merge_type support
|
2018-09-03 09:34:22 -07:00
|
|
|
virtualenv < 16.0.0 ; python_version < '2.7' # virtualenv 16.0.0 and later require python 2.7 or later
|
|
|
|
pyopenssl < 18.0.0 ; python_version < '2.7' # pyOpenSSL 18.0.0 and later require python 2.7 or later
|
|
|
|
pyfmg == 0.6.1 # newer versions do not pass current unit tests
|
2018-10-14 23:10:52 -07:00
|
|
|
pycparser < 2.19 ; python_version < '2.7' # pycparser 2.19 and later require python 2.7 or later
|
2019-01-14 21:45:13 +01:00
|
|
|
mock >= 2.0.0 # needed for features backported from Python 3.6 unittest.mock (assert_called, assert_called_once...)
|
|
|
|
pytest-mock >= 1.4.0 # needed for mock_use_standalone_module pytest option
|
2019-02-13 00:18:15 -08:00
|
|
|
xmltodict < 0.12.0 ; python_version < '2.7' # xmltodict 0.12.0 and later require python 2.7 or later
|
|
|
|
lxml < 4.3.0 ; python_version < '2.7' # lxml 4.3.0 and later require python 2.7 or later
|
|
|
|
pyvmomi < 6.0.0 ; python_version < '2.7' # pyvmomi 6.0.0 and later require python 2.7 or later
|
2019-02-14 09:17:58 -08:00
|
|
|
pyone == 1.1.9 # newer versions do not pass current integration tests
|
2018-10-14 22:59:52 -07:00
|
|
|
|
|
|
|
# freeze pylint and its requirements for consistent test results
|
|
|
|
astroid == 2.0.4
|
|
|
|
isort == 4.3.4
|
|
|
|
lazy-object-proxy == 1.3.1
|
|
|
|
mccabe == 0.6.1
|
|
|
|
pylint == 2.1.1
|
|
|
|
typed-ast == 1.1.0
|
|
|
|
wrapt == 1.10.11
|