2019-12-20 18:15:43 +01:00
coverage >= 4.2, < 5.0.0, != 4.3.2 ; python_version <= '3.7' # features in 4.2+ required, avoid known bug in 4.3.2 on python 2.6, coverage 5.0+ incompatible
coverage >= 4.5.4, < 5.0.0 ; python_version > '3.7' # coverage had a bug in < 4.5.4 that would cause unit tests to hang in Python 3.8, coverage 5.0+ incompatible
2018-03-20 16:54:16 +01:00
cryptography < 2.2 ; python_version < '2.7' # cryptography 2.2 drops support for python 2.6
2019-03-19 15:15:28 +01:00
deepdiff < 4.0.0 ; python_version < '3' # deepdiff 4.0.0 and later require python 3
2020-01-27 23:01:34 +01:00
jinja2 < 2.11 ; python_version < '2.7' # jinja2 2.11 and later require python 2.7 or later
2018-10-16 22:31:55 +02:00
urllib3 < 1.24 ; python_version < '2.7' # urllib3 1.24 and later require python 2.7 or later
2018-01-10 02:22:24 +01:00
pywinrm >= 0.3.0 # message encryption support
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
2018-10-15 10:25:14 +02:00
sphinx < 1.8 ; python_version >= '2.7' # sphinx 1.8 and later are currently incompatible with rstcheck 3.3
2019-06-18 17:56:33 +02:00
pygments >= 2.4.0 # Pygments 2.4.0 includes bugfixes for YAML and YAML+Jinja lexers
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
2019-02-13 09:18:15 +01: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 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
2019-08-12 22:13:07 +02:00
idna < 2.6, >= 2.5 # linode requires idna < 2.9, >= 2.5, requests requires idna < 2.6, but cryptography will cause the latest version to be installed instead
2017-11-21 04:45:13 +01:00
paramiko < 2.4.0 ; python_version < '2.7' # paramiko 2.4.0 drops support for python 2.6
2019-06-10 18:45:50 +02:00
paramiko < 2.5.0 ; python_version >= '2.7' # paramiko 2.5.0 requires cryptography 2.5.0+
2017-12-06 06:38:43 +01:00
pytest < 3.3.0 ; python_version < '2.7' # pytest 3.3.0 drops support for python 2.6
2019-02-15 23:34:12 +01: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 19:22:18 +01: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+)
2019-04-15 22:43:41 +02:00
ntlm-auth >= 1.3.0 # message encryption support using cryptography
2018-10-18 22:05:29 +02:00
requests < 2.20.0 ; python_version < '2.7' # requests 2.20.0 drops support for python 2.6
2018-01-10 02:22:24 +01:00
requests-ntlm >= 1.1.0 # message encryption support
requests-credssp >= 0.1.0 # message encryption support
2018-03-10 00:09:58 +01:00
voluptuous >= 0.11.0 # Schema recursion via Self
2019-08-08 21:28:40 +02:00
openshift >= 0.6.2, < 0.9.0 # merge_type support
2018-09-03 18:34:22 +02:00
virtualenv < 16.0.0 ; python_version < '2.7' # virtualenv 16.0.0 and later require python 2.7 or later
2019-10-15 19:40:29 +02:00
pathspec < 0.6.0 ; python_version < '2.7' # pathspec 0.6.0 and later require python 2.7 or later
2018-09-03 18:34:22 +02:00
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
2019-03-20 17:27:41 +01:00
pyyaml < 5.1 ; python_version < '2.7' # pyyaml 5.1 and later require python 2.7 or later
2018-10-15 08:10:52 +02: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 09:18:15 +01: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 18:17:58 +01:00
pyone == 1.1.9 # newer versions do not pass current integration tests
2019-03-19 17:23:42 +01:00
botocore >= 1.10.0 # adds support for the following AWS services: secretsmanager, fms, and acm-pca
2020-01-13 22:09:33 +01:00
setuptools < 45 ; python_version <= '2.7' # setuptools 45 and later require python 3.5 or later
2018-10-15 07:59:52 +02:00
# freeze pylint and its requirements for consistent test results
2019-03-19 17:23:42 +01:00
astroid == 2.2.5
isort == 4.3.15
2018-10-15 07:59:52 +02:00
lazy-object-proxy == 1.3.1
mccabe == 0.6.1
2019-03-19 17:23:42 +01:00
pylint == 2.3.1
2019-06-05 07:14:56 +02:00
typed-ast == 1.4.0 # 1.4.0 is required to compile on Python 3.8
2019-03-19 17:23:42 +01:00
wrapt == 1.11.1
2019-10-08 16:24:50 +02:00
semantic_version == 2.6.0 # newer versions are not supported on Python 2.6