summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2015-06-19 23:09:51 +0200
committerJoffrey F <joffrey@docker.com>2015-06-19 23:09:51 +0200
commit3170277347a1ddca19b734dd09fba2d2ae784eb0 (patch)
tree216c495ed36cfaa9a70387eb5d06b1ba9d314fa9 /requirements.txt
parentf40e0342b22a54d96bd83035d111728b169b54b7 (diff)
downloaddocker-py-3170277347a1ddca19b734dd09fba2d2ae784eb0.tar.gz
Updated websocket-client dependency to latest version (now supports python 3)
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index a1c3aa5..b23ea48 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,3 @@
requests==2.5.3
six>=1.3.0
-websocket-client==0.11.0
+websocket-client==0.32.0