From cd49a5c4b98d6d0ed5f66f2d146a6ca029ee51c4 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Mon, 10 Jun 2024 12:24:36 -0700 Subject: [PATCH] Clarify django-allauth requirement in pyproject.toml. --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2ca1be75..b6b8cb0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,8 @@ classifiers = [ "Topic :: Communications :: Email :: Mailing List Servers", ] dependencies = [ - # This can be removed when django-mailman3 1.3.11 is released + # django-allauth can be removed when django-mailman3 1.3.13 is released and + # django_mailman3>=1.3.13 is required "django-allauth[socialaccount]>=0.63", "django-mailman3>=1.3.10", "django>=4.0,<5.1", -- 2.11.4.GIT