summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorAanand Prasad <aanand.prasad@gmail.com>2016-11-14 18:31:38 +0000
committerAanand Prasad <aanand.prasad@gmail.com>2016-11-18 14:47:02 +0000
commit716a6baa59c62266af0bb7628ec88586f470140c (patch)
tree449a294126fc4821ddb92345f4176208b887ca40 /requirements.txt
parent466ebb6cc12fb70e96a76caf06bf53dfc96815b8 (diff)
Implement 'healthcheck' option
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.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 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'