Add Gunicorn

Signed-off-by: AKP <tom@tdpain.net>
This commit is contained in:
akp 2022-11-09 00:34:14 +00:00
parent caa8f92d65
commit 47301c89a8
No known key found for this signature in database
GPG key ID: AA5726202C8879B7
2 changed files with 17 additions and 1 deletions

View file

@ -11,6 +11,7 @@ requests = "^2.28.1"
beautifulsoup4 = "^4.11.1"
Flask = "^2.2.2"
cachetools = "^5.2.0"
gunicorn = "^20.1.0"
[tool.poetry.dev-dependencies]