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', ], )