From d472140bfefabafe030a5813d77f43add342264d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 5 Sep 2017 13:48:19 +0200 Subject: [PATCH] =?UTF-8?q?Upgraded=20cryptography=20package=201.8.1=20?= =?UTF-8?q?=E2=86=92=202.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is for Windows-compatibility, addressed by @dfelinto. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4301c36..71a58a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ requests==2.13.0 # Secondary requirements cffi==1.10.0 -cryptography==1.8.1 +cryptography==2.0.3 idna==2.5 pyasn1==0.2.3 pycparser==2.17