adding pyjwt to tests_require
This commit is contained in:
parent
c385609b35
commit
27137e322a
1 changed files with 4 additions and 0 deletions
4
setup.py
4
setup.py
|
@ -33,6 +33,10 @@ setup(
|
||||||
'Topic :: Internet :: WWW/HTTP',
|
'Topic :: Internet :: WWW/HTTP',
|
||||||
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
|
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
|
||||||
],
|
],
|
||||||
|
tests_require=[
|
||||||
|
'pyjwt==1.1.0'
|
||||||
|
],
|
||||||
|
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'pyjwt==1.1.0',
|
'pyjwt==1.1.0',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue