2021-01-27 22:23:22 +01:00
resolvelib >= 0.5.3, < 0.6.0 # keep in sync with `requirements.txt`
2020-04-24 09:58:38 -07:00
coverage >= 4.5.1, < 5.0.0 ; python_version < '3.7' # coverage 4.4 required for "disable_warnings" support but 4.5.1 needed for bug fixes, coverage 5.0+ incompatible
coverage >= 4.5.2, < 5.0.0 ; python_version == '3.7' # coverage 4.5.2 fixes bugs in support for python 3.7, 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 08:54:16 -07:00
cryptography < 2.2 ; python_version < '2.7' # cryptography 2.2 drops support for python 2.6
2020-12-09 10:46:05 -08:00
# do not add a cryptography constraint here unless it is for python version incompatibility, see the get_cryptography_requirement function in executor.py for details
2019-03-19 07:15:28 -07:00
deepdiff < 4.0.0 ; python_version < '3' # deepdiff 4.0.0 and later require python 3
2020-01-27 14:01:34 -08:00
jinja2 < 2.11 ; python_version < '2.7' # jinja2 2.11 and later require python 2.7 or later
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
2021-01-14 14:50:44 -05:00
sphinx <= 2.1.2 ; python_version >= '2.7' # docs team hasn't tested beyond 2.1.2 yet
rstcheck >=3.3.1 # required for sphinx version >= 1.8
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
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
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
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
2019-10-15 10:40:29 -07:00
pathspec < 0.6.0 ; python_version < '2.7' # pathspec 0.6.0 and later require python 2.7 or later
2018-09-03 09:34:22 -07:00
pyopenssl < 18.0.0 ; python_version < '2.7' # pyOpenSSL 18.0.0 and later require python 2.7 or later
2020-06-15 10:59:48 -07:00
pyparsing < 3.0.0 ; python_version < '3.5' # pyparsing 3 and later require python 3.5 or later
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
2020-03-01 13:00:00 -08:00
boto3 < 1.11 ; python_version < '2.7' # boto3 1.11 drops Python 2.6 support
botocore >= 1.10.0, < 1.14 ; python_version < '2.7' # adds support for the following AWS services: secretsmanager, fms, and acm-pca; botocore 1.14 drops Python 2.6 support
botocore >= 1.10.0 ; python_version >= '2.7' # adds support for the following AWS services: secretsmanager, fms, and acm-pca
2020-03-28 21:33:13 -07:00
setuptools < 37 ; python_version == '2.6' # setuptools 37 and later require python 2.7 or later
setuptools < 45 ; python_version == '2.7' # setuptools 45 and later require python 3.5 or later
2020-10-13 14:16:07 +10:00
gssapi < 1.6.0 ; python_version <= '2.7' # gssapi 1.6.0 and later require python 3 or later