summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2016-03-29 17:06:36 -0700
committerJoffrey F <joffrey@docker.com>2016-03-29 17:06:36 -0700
commitb0e234eb0cf716c705f416534d39a91a06226233 (patch)
tree84a00acea9a462b345dea501a13ec6eb66b4ca66 /requirements.txt
parent01cf62b4a3563b827ec0ba70340ad5f062c88d68 (diff)
downloaddocker-py-b0e234eb0cf716c705f416534d39a91a06226233.tar.gz
Add py2-ipaddress dependency for python 2.x
Signed-off-by: Joffrey F <joffrey@docker.com>
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 72c255d..5fec765 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,4 @@
requests==2.5.3
six>=1.4.0
websocket-client==0.32.0
+py2-ipaddress==3.4.1 \ No newline at end of file