build: add gunicorn

This commit is contained in:
2025-12-04 14:57:58 +01:00
parent b728dd3bcd
commit 7a8e6fe2de
2 changed files with 24 additions and 0 deletions

View File

@@ -10,4 +10,5 @@ dependencies = [
"flask-migrate>=4.1.0",
"flask-sqlalchemy>=3.1.1",
"flask-wtf>=1.2.2",
"gunicorn>=23.0.0",
]