Use docker SDK 2.0
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
635a281777
commit
04e5925a23
11 changed files with 20 additions and 20 deletions
2
setup.py
2
setup.py
|
|
@ -34,7 +34,7 @@ install_requires = [
|
|||
'requests >= 2.6.1, != 2.11.0, < 2.12',
|
||||
'texttable >= 0.8.1, < 0.9',
|
||||
'websocket-client >= 0.32.0, < 1.0',
|
||||
'docker-py >= 1.10.6, < 2.0',
|
||||
'docker >= 2.0.0, < 3.0',
|
||||
'dockerpty >= 0.4.1, < 0.5',
|
||||
'six >= 1.3.0, < 2',
|
||||
'jsonschema >= 2.5.1, < 3',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue