Switch to Gunicorn

This commit is contained in:
2024-08-18 21:18:14 +01:00
parent df4b5e056f
commit c8b2030f60
3 changed files with 45 additions and 33 deletions

View File

@@ -10,9 +10,9 @@ readme = "README.md"
python = "^3.11"
Flask = "^3.0.3"
PyYAML = "^6.0.2"
uwsgi = "^2.0.26"
pydantic = "^2.8.2"
prometheus-flask-exporter = "^0.23.1"
gunicorn = "^23.0.0"
[tool.poetry.group.dev.dependencies]
pytest = "^8.0.0"