dnscms: add whitenoise

This commit is contained in:
2024-08-11 00:06:24 +02:00
parent a6baaf257c
commit 992b4de26a
3 changed files with 17 additions and 1 deletions

16
dnscms/poetry.lock generated
View File

@ -1177,6 +1177,20 @@ files = [
{file = "webencodings-0.5.1.tar.gz", hash = "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923"},
]
[[package]]
name = "whitenoise"
version = "6.7.0"
description = "Radically simplified static file serving for WSGI applications"
optional = false
python-versions = ">=3.8"
files = [
{file = "whitenoise-6.7.0-py3-none-any.whl", hash = "sha256:a1ae85e01fdc9815d12fa33f17765bc132ed2c54fa76daf9e39e879dd93566f6"},
{file = "whitenoise-6.7.0.tar.gz", hash = "sha256:58c7a6cd811e275a6c91af22e96e87da0b1109e9a53bb7464116ef4c963bf636"},
]
[package.extras]
brotli = ["brotli"]
[[package]]
name = "willow"
version = "1.8.0"
@ -1203,4 +1217,4 @@ wand = ["Wand (>=0.6,<1.0)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.12"
content-hash = "c6d3fb16d522d4c31578c26e8d5971cf34128e62df5a1d5b9dad64a0eab3275c"
content-hash = "26c32a8b771cd2a93847e2c5dfb7f8a39afc40fb4cb0cc7897c9e754a8d7e290"