summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBen Firshman <ben@firshman.co.uk>2014-09-08 09:22:08 -0700
committerBen Firshman <ben@firshman.co.uk>2014-09-08 09:23:01 -0700
commitb0159e5100c193f7facc2f6a9e49aeb4624a375e (patch)
treec35b8f32046d4516e151900c520f9a1edc7b4d60 /setup.py
parentee6bb9a2525c6ae45b8256adfd3cad0fc1f7e0df (diff)
Upgrade to docker-py 0.5.0
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
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 cd84b8c1..1043cba8 100644
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@ install_requires = [
'texttable >= 0.8.1, < 0.9',
'websocket-client >= 0.11.0, < 0.12',
'dockerpty >= 0.2.3, < 0.3',
- 'docker-py >= 0.3.2, < 0.5',
+ 'docker-py >= 0.3.2, < 0.6',
'six >= 1.3.0, < 2',
]