summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAanand Prasad <aanand.prasad@gmail.com>2015-05-12 18:51:45 +0100
committerAanand Prasad <aanand.prasad@gmail.com>2015-05-12 18:51:45 +0100
commit1dccd58209a61b4001a7034c5e0b7472fc6878f9 (patch)
tree1e35ac4ced6e960430c5db427ed88a8cd2d8e844 /setup.py
parente0103ac0d4a23a413c5ba3a33bc94878013668ff (diff)
Update docker-py to 1.2.2
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 46193eee..5668cf13 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.11.0, < 1.0',
- 'docker-py >= 1.2.0, < 1.3',
+ 'docker-py >= 1.2.2, < 1.3',
'dockerpty >= 0.3.2, < 0.4',
'six >= 1.3.0, < 2',
]