diff options
| author | Ivan Gabaldon <igabaldon@inetol.net> | 2025-07-23 18:16:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-23 18:16:10 +0200 |
| commit | 42f102ce1bbcd76d49db0047d9ad141609eac946 (patch) | |
| tree | 18799a76d153b49701b86c99f4b9f71003c80b4c /requirements.txt | |
| parent | 5cbf42262189c2329fdd950b519b61dd83ae7977 (diff) | |
[enh] py: whitenoise for static handling (#5032)
While looking at ways to better handle static files, I saw a package that replaces Flask `static_folder` functionality. Not only it's considerably faster, but already includes the capability to serve sidecars without having to intercept. This also replaces the uWSGI folder mapping functionality.
Closes https://github.com/searxng/searxng/issues/4977
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 52cff1a48..103bf76d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,3 +19,4 @@ tomli==2.2.1; python_version < '3.11' msgspec==0.19.0 typer-slim==0.16.0 isodate==0.7.2 +whitenoise==6.9.0 |