We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee6bb9a commit b0159e5Copy full SHA for b0159e5
2 files changed
requirements.txt
@@ -1,5 +1,5 @@
1
PyYAML==3.10
2
-docker-py==0.4.0
+docker-py==0.5.0
3
dockerpty==0.2.3
4
docopt==0.6.1
5
requests==2.2.1
setup.py
@@ -31,7 +31,7 @@ def find_version(*file_paths):
31
'texttable >= 0.8.1, < 0.9',
32
'websocket-client >= 0.11.0, < 0.12',
33
'dockerpty >= 0.2.3, < 0.3',
34
- 'docker-py >= 0.3.2, < 0.5',
+ 'docker-py >= 0.3.2, < 0.6',
35
'six >= 1.3.0, < 2',
36
]
37
0 commit comments