mirror of https://github.com/docker/docs.git
Merge pull request #1688 from aanand/use-docker-py-1.3.0
Use docker-py 1.3.0
(cherry picked from commit 1e71eebc74)
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
parent
4bc4d273ac
commit
a80afd67ab
|
|
@ -1,8 +1,8 @@
|
|||
PyYAML==3.10
|
||||
docker-py==1.2.3
|
||||
docker-py==1.3.0
|
||||
dockerpty==0.3.4
|
||||
docopt==0.6.1
|
||||
requests==2.6.1
|
||||
six==1.7.3
|
||||
texttable==0.8.2
|
||||
websocket-client==0.11.0
|
||||
websocket-client==0.32.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue