summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBen Firshman <ben@firshman.co.uk>2014-10-27 11:27:20 +0000
committerBen Firshman <ben@firshman.co.uk>2014-11-04 10:23:42 +0000
commit38a3ee8d63a0b280f76524803bac352c07f3b99e (patch)
tree69f93b51984eba71e6b63efae7cfebcf6cfc5125 /setup.py
parentcb275b86333810c0f8d3a10464f4e926ff54e191 (diff)
Use upstream dockerpty 0.3.2
This reverts commit 60411e9f05ac2b9245053491cef7c3cda9e923f1. Closes #556 Signed-off-by: Ben Firshman <ben@firshman.co.uk> Conflicts: requirements.txt setup.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index a4aa23a6..fe839f5a 100644
--- a/setup.py
+++ b/setup.py
@@ -31,6 +31,7 @@ install_requires = [
'texttable >= 0.8.1, < 0.9',
'websocket-client >= 0.11.0, < 0.12',
'docker-py >= 0.5.3, < 0.6',
+ 'dockerpty >= 0.3.2, < 0.4',
'six >= 1.3.0, < 2',
]