Add djangorestframework-jwt on test_require

This commit is contained in:
Joao Ricardo 2017-01-29 13:18:44 -02:00
parent 60a585339b
commit 60a12107ba

View File

@ -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,