mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2025-07-10 08:02:16 +03:00
Add missing dependencies for test setup
This commit is contained in:
parent
638f53c65e
commit
869de7d4bb
2
setup.py
2
setup.py
|
@ -38,6 +38,8 @@ setup(
|
||||||
tests_require=[
|
tests_require=[
|
||||||
'responses>=0.5.0',
|
'responses>=0.5.0',
|
||||||
'django-allauth>=0.25.0',
|
'django-allauth>=0.25.0',
|
||||||
|
'djangorestframework-jwt>=1.9.0',
|
||||||
|
'django-rest-knox>=2.3.0'
|
||||||
],
|
],
|
||||||
test_suite='runtests.runtests',
|
test_suite='runtests.runtests',
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user