mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-02-04 07:51:50 +00:00
20 lines
1.3 KiB
Text
20 lines
1.3 KiB
Text
# Copyright (c) Ansible Project
|
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
cryptography >= 3.3, < 3.4 ; python_version < '3.9' # FIXME: the upper limit is needed for RHEL8.2, CentOS 8, Ubuntu 18.04, and OpenSuSE 15
|
|
pywinrm >= 0.3.0 # message encryption support
|
|
pycrypto >= 2.6 # Need features found in 2.6 and greater
|
|
ncclient >= 0.5.2 # Need features added in 0.5.2 and greater
|
|
ntlm-auth >= 1.3.0 # message encryption support using cryptography
|
|
requests-ntlm >= 1.1.0 # message encryption support
|
|
requests-credssp >= 0.1.0 # message encryption support
|
|
voluptuous >= 0.11.0 # Schema recursion via Self
|
|
openshift >= 0.6.2, < 0.9.0 # merge_type support
|
|
pyfmg == 0.6.1 # newer versions do not pass current unit tests
|
|
pytest-mock >= 1.4.0 # needed for mock_use_standalone_module pytest option
|
|
pyone == 1.1.9 # newer versions do not pass current integration tests
|
|
cffi >= 1.14.2, != 1.14.3 # Yanked version which older versions of pip will still install:
|
|
bcrypt < 4.0.0 # TEMP: restrict to < 4.0.0 since installing 4.0.0 fails on RHEL 8
|
|
py-consul < 1.3.0 ; python_version < '3.8' # 1.3.0 dropped support for Python 3.5, 3.6, 3.7
|
|
py-consul < 1.5.4 ; python_version < '3.9' # 1.5.4 dropped support for Python 3.8
|