Update PyJWT to version 1.3.0.

This commit is contained in:
juanifioren 2015-07-06 18:07:06 -03:00
parent c5f22fc1aa
commit 4e6780ae22

View file

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