summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorJoffrey F <f.joffrey@gmail.com>2016-12-14 15:35:05 -0800
committerGitHub <noreply@github.com>2016-12-14 15:35:05 -0800
commit635a28177781118f757df7dd8cdeeda89b1684cf (patch)
treeacfb93ebd41968b287b2975123b318c6e05deb21 /requirements.txt
parent599b29e405164c42168296f60aa23b0ef6c062f0 (diff)
parent716a6baa59c62266af0bb7628ec88586f470140c (diff)
Merge pull request #4163 from aanand/add-healthcheck
Implement 'healthcheck' option
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 933146c7..63469799 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,11 +1,11 @@
PyYAML==3.11
backports.ssl-match-hostname==3.5.0.1; python_version < '3'
cached-property==1.2.0
-docker-py==1.10.6
dockerpty==0.4.1
docopt==0.6.1
enum34==1.0.4; python_version < '3.4'
functools32==3.2.3.post2; python_version < '3.2'
+git+https://github.com/docker/docker-py.git@2ff7371ae7703033f981e1b137a3be0caf7a4f9c#egg=docker-py
ipaddress==1.0.16
jsonschema==2.5.1
pypiwin32==219; sys_platform == 'win32'