setyp.py: fix minimum docker-py requirement to 4.2.2

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2020-07-02 12:50:15 +02:00
parent 15c1cabdad
commit a559d50db8
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 1 additions and 1 deletions

View File

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