deps: require django-allauth>=0.25.0

This commit is contained in:
Stephen Stack 2017-02-12 16:41:11 -06:00
parent beb073f35f
commit 49eaf0feea

View File

@ -31,6 +31,7 @@ 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'],