From 327a00bec6c28e7d5cdc8b77bbb96fbca593753e Mon Sep 17 00:00:00 2001 From: kevgliss Date: Wed, 29 Jul 2015 22:01:30 -0700 Subject: [PATCH] Cryptography is weird until they do a release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index acc1cf09..7371881c 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ install_requires = [ 'six==1.9.0', 'gunicorn==19.3.0', 'pycrypto==2.6.1', - 'cryptography==1.0dev', + 'cryptography>=1.0dev', 'pyopenssl==0.15.1', 'pyjwt==1.0.1', 'xmltodict==0.9.2'