mirror of
https://github.com/docker/compose.git
synced 2026-07-01 21:54:30 +00:00
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:
parent
f216ddbf05
commit
757f7b784d
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -37,7 +37,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',
|
||||
'six >= 1.3.0, < 2',
|
||||
'jsonschema >= 2.5.1, < 4',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue