summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAanand Prasad <aanand.prasad@gmail.com>2014-10-16 15:57:27 +0100
committerAanand Prasad <aanand.prasad@gmail.com>2014-10-16 16:24:39 +0100
commit60411e9f05ac2b9245053491cef7c3cda9e923f1 (patch)
tree0f0f7f3034595276c1666d9d98c9d451db3e16e9 /setup.py
parentb318585f3c5213cb76c6cb803257a62cdefb85aa (diff)
Vendor dockerpty at c8b493553477c9a57d163c71c97b2102f44a6ce7
Include TLS fixes and relative imports: https://github.com/aanand/dockerpty/commit/c8b493553477c9a57d163c71c97b2102f44a6ce7 Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 72c31476..83f425c6 100644
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,6 @@ install_requires = [
'requests >= 2.2.1, < 3',
'texttable >= 0.8.1, < 0.9',
'websocket-client >= 0.11.0, < 0.12',
- 'dockerpty >= 0.2.3, < 0.3',
'docker-py >= 0.5, < 0.6',
'six >= 1.3.0, < 2',
]