2019-07-29 16:05:29 -04:00
coverage >= 4.2, != 4.3.2 ; python_version <= '3.7' # features in 4.2+ required, avoid known bug in 4.3.2 on python 2.6
coverage >= 4.5.4 ; python_version > '3.7' # coverage had a bug in < 4.5.4 that would cause unit tests to hang in Python 3.8
2018-03-20 08:54:16 -07:00
cryptography < 2.2 ; python_version < '2.7' # cryptography 2.2 drops support for python 2.6
2019-03-19 07:15:28 -07:00
deepdiff < 4.0.0 ; python_version < '3' # deepdiff 4.0.0 and later require python 3
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
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-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
2019-08-12 15:13:07 -05: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-20 19:45:13 -08:00
paramiko < 2.4.0 ; python_version < '2.7' # paramiko 2.4.0 drops support for python 2.6
2019-06-10 09:45:50 -07:00
paramiko < 2.5.0 ; python_version >= '2.7' # paramiko 2.5.0 requires cryptography 2.5.0+
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+)
2019-04-16 06:43:41 +10:00
ntlm-auth >= 1.3.0 # message encryption support using cryptography
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
2019-08-08 15:28:40 -04:00
openshift >= 0.6.2, < 0.9.0 # 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
2019-03-20 09:27:41 -07:00
pyyaml < 5.1 ; python_version < '2.7' # pyyaml 5.1 and later require python 2.7 or later
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
2019-03-19 09:23:42 -07:00
botocore >= 1.10.0 # adds support for the following AWS services: secretsmanager, fms, and acm-pca
2018-10-14 22:59:52 -07:00
# freeze pylint and its requirements for consistent test results
2019-03-19 09:23:42 -07:00
astroid == 2.2.5
isort == 4.3.15
2018-10-14 22:59:52 -07:00
lazy-object-proxy == 1.3.1
mccabe == 0.6.1
2019-03-19 09:23:42 -07:00
pylint == 2.3.1
2019-06-04 22:14:56 -07:00
typed-ast == 1.4.0 # 1.4.0 is required to compile on Python 3.8
2019-03-19 09:23:42 -07:00
wrapt == 1.11.1