From 60a12107baf7fc945f440908c3e454dcd6d25439 Mon Sep 17 00:00:00 2001 From: Joao Ricardo Date: Sun, 29 Jan 2017 13:18:44 -0200 Subject: [PATCH] Add djangorestframework-jwt on test_require --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 32ea6b7..ba8b0ef 100644 --- a/setup.py +++ b/setup.py @@ -38,6 +38,7 @@ setup( tests_require=[ 'responses>=0.5.0', 'django-allauth>=0.25.0', + 'djangorestframework-jwt>=1.9.0', ], test_suite='runtests.runtests', include_package_data=True,