From 78819c1733b1d93fcd117cd95ecdc335905b9a4d Mon Sep 17 00:00:00 2001 From: Patrick Kelley Date: Wed, 21 Oct 2015 18:45:50 -0700 Subject: [PATCH] Updating cryptography to 1.0.2 for el capitan --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a19a3c3e..d61483ec 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ install_requires = [ 'six==1.9.0', 'gunicorn==19.3.0', 'pycrypto==2.6.1', - 'cryptography==1.0.1', + 'cryptography==1.0.2', 'pyopenssl==0.15.1', 'pyjwt==1.0.1', 'xmltodict==0.9.2',