[CHANGE] Apply new pre-commit config

This commit is contained in:
Peter Pfeufer 2025-02-01 16:22:36 +01:00
parent b5ad1c8a1a
commit c2ae680f72
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]
@ -31,6 +31,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",
] ]
@ -41,15 +42,15 @@ dynamic = [
dependencies = [ dependencies = [
"bcrypt", "bcrypt",
"beautifulsoup4", "beautifulsoup4",
"celery<6,>=5.2", "celery>=5.2,<6",
"celery-once>=3.0.1", "celery-once>=3.0.1",
"django<5,>=4.2", "django>=4.2,<5",
"django-bootstrap-form", "django-bootstrap-form",
"django-bootstrap5>=23.3", "django-bootstrap5>=23.3",
"django-celery-beat>=2.3", "django-celery-beat>=2.3",
"django-esi>=5", "django-esi>=5",
"django-redis>=5.2", "django-redis>=5.2",
"django-registration<3.4,>=3.3", "django-registration>=3.3,<3.4",
"django-solo", "django-solo",
"django-sortedm2m", "django-sortedm2m",
"django-sri", "django-sri",
@ -70,7 +71,7 @@ optional-dependencies.docs = [
"myst-parser", "myst-parser",
"sphinx", "sphinx",
"sphinx-copybutton", "sphinx-copybutton",
"sphinx-rtd-theme<3,>=2", "sphinx-rtd-theme>=2,<3",
"sphinx-tabs", "sphinx-tabs",
"sphinxcontrib-django", "sphinxcontrib-django",
] ]