From 49eaf0feea21ae19156d90be9fafc3f6f425e5f7 Mon Sep 17 00:00:00 2001 From: Stephen Stack Date: Sun, 12 Feb 2017 16:41:11 -0600 Subject: [PATCH] deps: require django-allauth>=0.25.0 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 32ea6b7..806ee33 100644 --- a/setup.py +++ b/setup.py @@ -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'],