From dcd828d46401ccba47cfa6e3141b8eef59ab9de6 Mon Sep 17 00:00:00 2001 From: Gagan Deep Date: Wed, 28 Aug 2024 03:55:27 +0530 Subject: [PATCH] [deps] Added additional socialaccount dependencies for django-allauth Without the extra packages, the user wouldn't be able to use social account providers out of the box. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 658da4f7..fbd9be73 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ django-organizations~=2.4.1 django-extensions~=3.2.3 -django-allauth~=0.63.6 +django-allauth[socialaccount]~=0.63.6 django-phonenumber-field~=8.0.0 phonenumbers~=8.13.42 openwisp-utils[rest,celery]~=1.1.0