From ecab0f61637bb5c0cd8894031722224f6616369e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 2 Jan 2018 15:36:19 +0100 Subject: [PATCH] Upgraded cryptography package version + its dependencies This was required to get the package to build on Kubuntu 17.10. --- requirements.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index bd3d179..cfa43be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,11 +6,12 @@ wheel==0.29.0 blender-bam==1.1.7 # Secondary requirements: -cffi==1.6.0 -cryptography==1.3.1 -idna==2.1 +asn1crypto==0.24.0 +cffi==1.11.2 +cryptography==2.1.4 +idna==2.6 pyasn1==0.1.9 -pycparser==2.14 -pyOpenSSL==16.0.0 +pycparser==2.18 +pyOpenSSL==17.5.0 requests==2.10.0 -six==1.10.0 +six==1.11.0