diff --git a/setup.py b/setup.py index 142995c..93f7549 100644 --- a/setup.py +++ b/setup.py @@ -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', ],