Merge pull request #7579 from thaJeztah/fix_docker_py_dep

setyp.py: fix minimum docker-py requirement to 4.2.2
This commit is contained in:
Ulysses Souza 2020-07-02 13:34:23 +02:00 committed by GitHub
commit 6862d774be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ install_requires = [
'texttable >= 0.9.0, < 2',
'websocket-client >= 0.32.0, < 1',
'distro >= 1.5.0, < 2',
'docker[ssh] >= 4.2.1, < 5',
'docker[ssh] >= 4.2.2, < 5',
'dockerpty >= 0.4.1, < 1',
'jsonschema >= 2.5.1, < 4',
'python-dotenv >= 0.13.0, < 1',