summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAanand Prasad <aanand.prasad@gmail.com>2015-07-23 10:56:15 +0100
committerAanand Prasad <aanand.prasad@gmail.com>2015-07-23 10:56:21 +0100
commitf4dac02947ec87e71ef648635bcf0dce541a9b2e (patch)
tree482d661c8145e7bff522a1bbc710ffab9d87871c /setup.py
parentfc32ccefcab3022c009fb1e24bdfb54f5018b206 (diff)
Update docker-py to 1.3.1
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
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 0979b2f2..9bca4752 100644
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ install_requires = [
'requests >= 2.6.1, < 2.7',
'texttable >= 0.8.1, < 0.9',
'websocket-client >= 0.32.0, < 1.0',
- 'docker-py >= 1.3.0, < 1.4',
+ 'docker-py >= 1.3.1, < 1.4',
'dockerpty >= 0.3.4, < 0.4',
'six >= 1.3.0, < 2',
]