bump libs to support dj52, notably django-esi 7

This commit is contained in:
Joel Falknau 2025-05-24 15:33:44 +10:00
parent 523aac6a08
commit 95608db611
No known key found for this signature in database

View File

@ -20,7 +20,7 @@ classifiers = [
"Environment :: Web Environment",
"Framework :: Celery",
"Framework :: Django",
"Framework :: Django :: 5.1",
"Framework :: Django :: 5.2",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
"Operating System :: POSIX :: Linux",
@ -42,13 +42,13 @@ dependencies = [
"beautifulsoup4",
"celery>=5.5,<6",
"celery-once>=3.0.1",
"django>=5.1,<5.2",
"django>=5.2,<6",
"django-bootstrap-form",
"django-bootstrap5>=23.3",
"django-celery-beat>=2.7",
"django-esi>=5",
"django-celery-beat>=2.8",
"django-esi>=7.0.0b1",
"django-redis>=5.4",
"django-registration>=5.1,<6",
"django-registration>=5.2,<6",
"django-solo",
"django-sortedm2m",
"django-sri",