Merging upstream version 0.47+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
95cee23b5d
commit
bcb4738657
127 changed files with 325 additions and 8395 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue