From 27137e322a616a73ddfa7705416fd42b3b292713 Mon Sep 17 00:00:00 2001 From: "niccolasmendoza@gmail.com" Date: Mon, 8 Jun 2015 14:12:05 -0300 Subject: [PATCH] adding pyjwt to tests_require --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) 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', ],