From ef363270b8261c13c3b8597bd1df49a485bac648 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sun, 5 Jun 2016 00:04:24 -0500 Subject: [PATCH] Allow cryptography 1.4 All tests passed and it works correctly here. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e68be13a4..2e7f0a0b3 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ setup( "certifi>=2015.11.20.1", # no semver here - this should always be on the last release! "configargparse>=0.10, <0.11", "construct>=2.5.2, <2.6", - "cryptography>=1.3, <1.4", + "cryptography>=1.3, <1.5", "Flask>=0.10.1, <0.11", "h2>=2.3.1, <3", "html2text>=2016.1.8, <=2016.4.2",