mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 11:58:43 +00:00
* Remove support for Ansible 2.9 and ansible-base 2.10. * Remove Ansible 2.9 compatiblity code. * Remove docker-compose from EE. * Drop support for Python 2.6. Stop advertising docker-py for Python 2.6. * Drop support for API versions 1.20 to 1.24. * Fix condition.
11 lines
313 B
Plaintext
11 lines
313 B
Plaintext
docker
|
|
requests
|
|
paramiko
|
|
|
|
# We assume that EEs are not based on Windows, and have Python >= 3.5.
|
|
# (ansible-builder does not support conditionals, it will simply add
|
|
# the following unconditionally to the requirements)
|
|
#
|
|
# pywin32 ; sys_platform == 'win32'
|
|
# backports.ssl-match-hostname ; python_version < '3.5'
|