mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-22 09:06:40 +03:00
Change requirements in setup.py: allauth is only required for tests
This commit is contained in:
parent
dd3eb3e8c6
commit
8c58782e30
2
setup.py
2
setup.py
|
@ -31,13 +31,13 @@ setup(
|
|||
'Django>=1.8.0',
|
||||
'djangorestframework>=3.1.0',
|
||||
'six>=1.9.0',
|
||||
'django-allauth>=0.25.0',
|
||||
],
|
||||
extras_require={
|
||||
'with_social': ['django-allauth>=0.25.0'],
|
||||
},
|
||||
tests_require=[
|
||||
'responses>=0.5.0',
|
||||
'django-allauth>=0.25.0',
|
||||
'djangorestframework-jwt>=1.9.0',
|
||||
],
|
||||
test_suite='runtests.runtests',
|
||||
|
|
Loading…
Reference in New Issue
Block a user