From c195df20f3d7ac594ff1b9e5e1414ffac3ae158d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 3 Mar 2017 14:39:39 +0100 Subject: [PATCH] Reverted to cryptography 1.4 We were suffering from the same error as described on https://github.com/burnash/gspread/issues/407 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bd90c8c..3d86b40 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ requests==2.9.1 # Secondary requirements appdirs==1.4.2 cffi==1.9.1 -cryptography==1.7.2 +cryptography<1.5 # see https://github.com/burnash/gspread/issues/407 idna==2.4 pyasn1==0.2.3 packaging==16.8