mirror of
https://github.com/docker/compose.git
synced 2026-07-03 06:34:25 +00:00
Bump docker-py in setup.py
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
030b347673
commit
fee4756e33
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue