From 95812784813ddf333f7f8ecccb7a653bba5661a8 Mon Sep 17 00:00:00 2001 From: Doppins Date: Mon, 12 Dec 2016 13:42:45 -0500 Subject: [PATCH] Upgrade dependency cryptography to ==1.7 (#583) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1a842a70..220d0428 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ install_requires = [ 'gunicorn==19.6.0', 'marshmallow-sqlalchemy==0.12.0', 'marshmallow==2.10.4', - 'cryptography==1.6', + 'cryptography==1.7', 'pyjwt==1.4.2', 'xmltodict==0.10.2', 'lockfile==0.12.2',