From 91b62bbe9d133aadbe97bd782ec6d7659f103243 Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Tue, 4 Jul 2023 12:51:12 +0200 Subject: [PATCH] [COMPATIBILITY] Limit `django-registration` to <3.4 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3d6b0c66..fd51251d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -44,7 +44,7 @@ install_requires = django-celery-beat>=2.3.0 django-esi>=4.0.1 django-redis>=5.2.0 - django-registration>=3.3 + django-registration>=3.3,<3.4 django-sortedm2m dnspython mysqlclient>=2.1.0