summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAanand Prasad <aanand.prasad@gmail.com>2015-06-08 16:56:14 -0400
committerAanand Prasad <aanand.prasad@gmail.com>2015-06-08 17:01:03 -0400
commitce880af8215a9c07f91b6d55edf0d4aadd4a610f (patch)
treef26844bbd82b7e05523220100151e76f7e5df6bb /setup.py
parent5578ccbb0113e285a20aeeee820c03766ef1ae6e (diff)
Update dockerpty to 0.3.4
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 153275f6..9364f57f 100644
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@ install_requires = [
'texttable >= 0.8.1, < 0.9',
'websocket-client >= 0.11.0, < 1.0',
'docker-py >= 1.2.2, < 1.3',
- 'dockerpty >= 0.3.3, < 0.4',
+ 'dockerpty >= 0.3.4, < 0.4',
'six >= 1.3.0, < 2',
]