Add Gunicorn
Signed-off-by: AKP <tom@tdpain.net>
This commit is contained in:
parent
caa8f92d65
commit
47301c89a8
2 changed files with 17 additions and 1 deletions
|
@ -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]
|
||||
|
||||
|
|
Reference in a new issue