From 869de7d4bbc4033eeda1cb82e961b1c2ccd46924 Mon Sep 17 00:00:00 2001 From: Daniel Stanton Date: Thu, 26 Jan 2017 12:15:01 +0000 Subject: [PATCH] Add missing dependencies for test setup --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 32ea6b7..6ff66d2 100644 --- a/setup.py +++ b/setup.py @@ -38,6 +38,8 @@ setup( tests_require=[ 'responses>=0.5.0', 'django-allauth>=0.25.0', + 'djangorestframework-jwt>=1.9.0', + 'django-rest-knox>=2.3.0' ], test_suite='runtests.runtests', include_package_data=True,