try: use gunicorn wsgi server

This commit is contained in:
cwilvx
2025-03-04 10:16:54 +03:00
parent a9d095d79f
commit 1d2e9bc2ab
3 changed files with 47 additions and 1 deletions
+1
View File
@@ -34,6 +34,7 @@ dependencies = [
"flask-openapi3==3.0.2",
"rapidfuzz==3.11.0",
"bjoern>=3.2.2",
"gunicorn>=23.0.0",
]
[dependency-groups]