diff --git a/setup.py b/setup.py index f7be8f3..ce691d2 100644 --- a/setup.py +++ b/setup.py @@ -37,16 +37,10 @@ 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', + 'pyjwkest==1.0.2', ], install_requires=[ - 'cryptography==0.9.3', - 'pycrypto==2.6.1', - 'pyjwkest==1.0.1', - 'pyjwt==1.3.0', + 'pyjwkest==1.0.2', ], )