mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-22 09:06:40 +03:00
deps: require django-allauth>=0.25.0
This commit is contained in:
parent
beb073f35f
commit
49eaf0feea
1
setup.py
1
setup.py
|
@ -31,6 +31,7 @@ setup(
|
||||||
'Django>=1.8.0',
|
'Django>=1.8.0',
|
||||||
'djangorestframework>=3.1.0',
|
'djangorestframework>=3.1.0',
|
||||||
'six>=1.9.0',
|
'six>=1.9.0',
|
||||||
|
'django-allauth>=0.25.0',
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
'with_social': ['django-allauth>=0.25.0'],
|
'with_social': ['django-allauth>=0.25.0'],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user