pre-commit fixes

This commit is contained in:
Joel Falknau 2024-12-04 21:32:54 +10:00
parent 8f4daea14f
commit f4c024d199
No known key found for this signature in database

View File

@ -1,7 +1,7 @@
[build-system] [build-system]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
requires = [ requires = [
"flit-core<4,>=3.2", "flit-core>=3.2,<4",
] ]
[project] [project]
@ -29,6 +29,7 @@ classifiers = [
"Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: Dynamic Content",
] ]
@ -39,15 +40,15 @@ dynamic = [
dependencies = [ dependencies = [
"bcrypt", "bcrypt",
"beautifulsoup4", "beautifulsoup4",
"celery<6,>=5.4", "celery>=5.4,<6",
"celery-once>=3.0.1", "celery-once>=3.0.1",
"django<5.2,>=5.1", "django>=5.1,<5.2",
"django-bootstrap-form", "django-bootstrap-form",
"django-bootstrap5>=23.3", "django-bootstrap5>=23.3",
"django-celery-beat>=2.7", "django-celery-beat>=2.7",
"django-esi>=5", "django-esi>=5",
"django-redis>=5.4", "django-redis>=5.4",
"django-registration<4,>=3.3", "django-registration>=5.1,<6",
"django-solo", "django-solo",
"django-sortedm2m", "django-sortedm2m",
"dnspython", "dnspython",