From 4f12037d444e62c51f511b26dd854541c66f617f Mon Sep 17 00:00:00 2001 From: Artur Borecki Date: Tue, 10 Mar 2026 14:48:28 +0100 Subject: [PATCH] build(pyproject.toml): add depedency on django-allauth[socialaccounts] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3ba54e8..309dcd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" requires-python = ">=3.14" dependencies = [ "django>=6,<6.1", - "django-allauth>=65.15.0", + "django-allauth[socialaccount]>=65.15.0", "django-tailwind>=4.4.2", "wagtail==7.3rc1", ]