1
0
mirror of https://github.com/enpaul/kodak.git synced 2025-12-20 01:22:34 +00:00

Add gunicorn as optional deployment dependency

This commit is contained in:
2021-11-23 14:56:13 -05:00
parent 0ac073e733
commit 7fff10f78c
2 changed files with 82 additions and 57 deletions

View File

@@ -43,10 +43,14 @@ kodak = "kodak.cli:main"
python = "^3.7"
flask = "^1.1.2"
flask-restful = "^0.3.8"
gunicorn = {version = "^20.1.0", optional = true}
peewee = "^3.13.3"
Pillow = "^8.3.2"
"ruamel.yaml" = "^0.16.12"
[tool.poetry.extras]
deployment = ["gunicorn"]
[tool.poetry.dev-dependencies]
bandit = "^1.6.2"
black = "^21.4b2"