adding pyjwt to tests_require

This commit is contained in:
niccolasmendoza@gmail.com 2015-06-08 14:12:05 -03:00
parent c385609b35
commit 27137e322a

View file

@ -33,6 +33,10 @@ setup(
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
],
tests_require=[
'pyjwt==1.1.0'
],
install_requires=[
'pyjwt==1.1.0',
],