diff --git a/setup.py b/setup.py index 6cb6b9c..c77101e 100644 --- a/setup.py +++ b/setup.py @@ -36,10 +36,10 @@ setup( 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', ], tests_require=[ - 'pyjwt==1.1.0' + 'pyjwt==1.3.0' ], install_requires=[ - 'pyjwt==1.1.0', + 'pyjwt==1.3.0', ], )