Add missing dependencies for test setup

This commit is contained in:
Daniel Stanton 2017-01-26 12:15:01 +00:00
parent 638f53c65e
commit 869de7d4bb

View File

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