From a638e023c57cc7b67f4fc5a55f3af60701d9c805 Mon Sep 17 00:00:00 2001 From: juanifioren Date: Fri, 19 Dec 2014 12:45:19 -0300 Subject: [PATCH] Add package requirements to setup. --- setup.py | 3 +++ 1 file changed, 3 insertions(+) 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