diff --git a/setup.py b/setup.py index b106fcc..a6843c6 100644 --- a/setup.py +++ b/setup.py @@ -30,4 +30,7 @@ setup( 'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', ], + install_requires=[ + 'pyjwt==0.3.1', + ], ) \ No newline at end of file