summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorcyli <cyli@twistedmatrix.com>2017-05-22 15:45:06 -0700
committerJoffrey F <f.joffrey@gmail.com>2017-08-17 13:38:40 -0700
commit380914aaaa2cd3ebb0f2367f214d5de6c8eada89 (patch)
treef688f9d41e3d7bcbb2b59048a66890e1f61cbb66 /requirements.txt
parent0494c4f262cc489469e4c8d6356e825d849f9125 (diff)
downloaddocker-py-380914aaaa2cd3ebb0f2367f214d5de6c8eada89.tar.gz
If we're pinning exact versions of things for requirements.txt, pin
all dependencies of dependencies as well so we can get a consistent build. Signed-off-by: cyli <cyli@twistedmatrix.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt20
1 files changed, 15 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt
index 423ffb7..f3c61e7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,6 +1,16 @@
-requests[security]==2.11.1
-six>=1.4.0
-websocket-client==0.32.0
-backports.ssl_match_hostname>=3.5 ; python_version < '3.5'
-ipaddress==1.0.16 ; python_version < '3.3'
+appdirs==1.4.3
+asn1crypto==0.22.0
+backports.ssl-match-hostname==3.5.0.1
+cffi==1.10.0
+cryptography==1.9
docker-pycreds==0.2.1
+enum34==1.1.6
+idna==2.5
+ipaddress==1.0.18
+packaging==16.8
+pycparser==2.17
+pyOpenSSL==17.0.0
+pyparsing==2.2.0
+requests==2.14.2
+six==1.10.0
+websocket-client==0.40.0