mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-08 20:10:17 +02:00
bump libs to support dj52, notably django-esi 7
This commit is contained in:
parent
523aac6a08
commit
95608db611
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user