From 81df8cc1ea555f90b4237076dc97e975739bea21 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 21 Jan 2017 02:03:51 +0100 Subject: [PATCH] update setup.py according to requirements.d/all.txt --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e1e05c8..9e68207 100644 --- a/setup.py +++ b/setup.py @@ -57,9 +57,9 @@ setup( 'netaddr', 'django>=1.8.1, <1.9', 'django-bootstrap-form', - 'django-registration-redux<1.2', # 1.2 breaks password reset and maybe other stuff + 'django-registration-redux', 'django-extensions', - 'python-social-auth', + 'social-auth-app-django', 'requests', # for our ddns_client ], classifiers=[