Merge pull request #7971 from aiordache/update_docker_setup

Bump docker-py in setup.py
This commit is contained in:
Anca Iordache 2020-12-03 19:23:30 +01:00 committed by GitHub
commit f2bc89a876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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