1
0
Fork 0

Merging upstream version 0.47+dfsg.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-05 18:43:18 +01:00
parent 95cee23b5d
commit bcb4738657
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
127 changed files with 325 additions and 8395 deletions

View file

@ -34,7 +34,10 @@ classifiers = [
python = "^3.10"
jinja2 = ">=3.0"
markupsafe = ">=2.0"
whitenoise = ">=5.3"
whitenoise = { version = ">=5.3", optional = true }
[tool.poetry.extras]
whitenoise = ["whitenoise"]
[tool.poetry.group.dev]
optional = true
@ -52,7 +55,7 @@ optional = true
pytest = "^8.1.1"
pytest-cov = "*"
ruff = ">0.3"
whitenoise = ">=5.3"
[tool.coverage.run]
branch = true