summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAanand Prasad <aanand.prasad@gmail.com>2015-03-02 14:15:18 +0000
committerAanand Prasad <aanand.prasad@gmail.com>2015-03-02 14:15:18 +0000
commit8610adcaf37babb29d1fc347f8c310186c4f4534 (patch)
treeac08a744c4001f7e289491e7b5d48b48949fe7b7 /setup.py
parentdb3b4731cdc840336d1e73d8874b17df28044db6 (diff)
parent8f38b288168a6f8ce4c7df8275cbebb5fdfa73df (diff)
Merge pull request #997 from abesto/use-latest-docker-py
Use docker-py 1.0.0
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 9dfe9321..0e25abd4 100644
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ install_requires = [
'requests >= 2.2.1, < 2.5.0',
'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',
]