Merge pull request #7509 from ulyssessouza/enforce-docker-421

Enforce docker>=4.2.1 on pip install
This commit is contained in:
Ulysses Souza 2020-06-08 17:52:19 +02:00 committed by GitHub
commit 234f8d6ca3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ install_requires = [
'texttable >= 0.9.0, < 2',
'websocket-client >= 0.32.0, < 1',
'distro >= 1.5.0, < 2',
'docker[ssh] >= 3.7.0, < 5',
'docker[ssh] >= 4.2.1, < 5',
'dockerpty >= 0.4.1, < 1',
'six >= 1.3.0, < 2',
'jsonschema >= 2.5.1, < 4',