summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorAanand Prasad <aanand.prasad@gmail.com>2013-09-04 22:27:51 -0400
committerAanand Prasad <aanand.prasad@gmail.com>2013-10-03 14:44:33 +0100
commitc2d867b1178285061ba4fba7e099fcb200900c2b (patch)
treef9197a3c5ee49e037a403e3a0e5f7b8ab25befe8 /requirements.txt
parent3754edc2673996e8598b617f7d32d4ce035f81c5 (diff)
downloaddocker-py-c2d867b1178285061ba4fba7e099fcb200900c2b.tar.gz
Implement attach_websocket() for attaching with WebSockets instead of HTTP streaming
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index e5209b7..32cc7aa 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,2 +1,3 @@
requests==1.2.0
six==1.3.0
+websocket-client==0.11.0