From 6c9aa9df8ccb09d29373b016a90c3e51070b8d96 Mon Sep 17 00:00:00 2001 From: MinchinWeb Date: Tue, 14 Apr 2015 10:41:28 -0600 Subject: [PATCH] Don't pin to a specific version of `cryptography` --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a4a0488b..2c25fa91 100644 --- a/setup.py +++ b/setup.py @@ -84,7 +84,7 @@ setup( "parsedatetime>=1.2", "pytz>=2013b", "six>=1.7.4", - "cryptography==0.8.1", + "cryptography>=0.8.1", "tzlocal>=1.1", "PyYAML>=3.11", "keyring>=3.3",