[CHANGE] Django ESI min version

Set to v7.0.1, to ensure this fix is included » 501966c07c
This commit is contained in:
Peter Pfeufer
2025-07-05 10:08:32 +02:00
parent 34b94ae685
commit 9c156c1115

View File

@@ -48,7 +48,7 @@ dependencies = [
"django-bootstrap-form",
"django-bootstrap5>=23.3",
"django-celery-beat>=2.3",
"django-esi>=5",
"django-esi>=7.0.1",
"django-redis>=5.2",
"django-registration>=3.3,<3.4",
"django-solo",