From b05bd996773e94a146b1ded755f0f2fd80c2c550 Mon Sep 17 00:00:00 2001 From: juanifioren Date: Mon, 27 Jul 2015 12:49:13 -0300 Subject: [PATCH] Fix pjwkest version in setup. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ce691d2..f99b6d0 100644 --- a/setup.py +++ b/setup.py @@ -37,10 +37,10 @@ setup( 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', ], tests_require=[ - 'pyjwkest==1.0.2', + 'pyjwkest==1.0.1', ], install_requires=[ - 'pyjwkest==1.0.2', + 'pyjwkest==1.0.1', ], )