summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2016-03-29 18:01:27 -0700
committerJoffrey F <joffrey@docker.com>2016-03-29 18:01:27 -0700
commit71c86acaa4af0af5dec9baf7f1f4d7b236f249a3 (patch)
tree106d68abd298842f19169ddc7d756badc3017049 /requirements.txt
parent7116aefe4310c77a6d8f80a9f928ce6437e8bb49 (diff)
Update docker-py version to include match_hostname fix
Removed unnecessary assert_hostname computation in tls_config_from_options Signed-off-by: Joffrey F <joffrey@docker.com>
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 91d0487c..4bee21ef 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,9 +1,9 @@
PyYAML==3.11
cached-property==1.2.0
-docker-py==1.8.0rc2
dockerpty==0.4.1
docopt==0.6.1
enum34==1.0.4
+git+https://github.com/docker/docker-py.git@ac3d4aae2c525b052e661f42307223676ca1b313#egg=docker-py
jsonschema==2.5.1
requests==2.7.0
six==1.7.3