From 485bc3fbf518de5e19e0a14a4c9f2e7b6babc4ec Mon Sep 17 00:00:00 2001 From: juanifioren Date: Mon, 13 Jul 2015 17:33:49 -0300 Subject: [PATCH] Add cryptography to setup requirements. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 41c7cd7..113db1d 100644 --- a/setup.py +++ b/setup.py @@ -36,12 +36,14 @@ setup( 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', ], tests_require=[ + 'cryptography==0.9.3', 'pycrypto==2.6.1', 'pyjwkest==1.0.1', 'pyjwt==1.3.0', ], install_requires=[ + 'cryptography==0.9.3', 'pycrypto==2.6.1', 'pyjwkest==1.0.1', 'pyjwt==1.3.0',