summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorZoltan Nagy <abesto@abesto.net>2015-02-20 17:18:51 +0100
committerZoltan Nagy <abesto@abesto.net>2015-03-02 13:11:02 +0100
commit8f38b288168a6f8ce4c7df8275cbebb5fdfa73df (patch)
tree22332766a76192bcf3a979e623918c36d4e8631c /setup.py
parenta7fe67e6912f1d02ac1e3202f472cb886f6f8dd7 (diff)
Use docker-py 1.0.0
Signed-off-by: Zoltan Nagy <abesto@abesto.net>
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e1e29744..4cbffd5f 100644
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ install_requires = [
'requests >= 2.2.1, < 3',
'texttable >= 0.8.1, < 0.9',
'websocket-client >= 0.11.0, < 1.0',
- 'docker-py >= 0.6.0, < 0.8',
+ 'docker-py >= 1.0.0, < 1.1.0',
'dockerpty >= 0.3.2, < 0.4',
'six >= 1.3.0, < 2',
]