Add Gunicorn and Uvicorn as dependencies 🦄

This commit is contained in:
2021-11-26 11:54:06 +01:00
parent f18e946bac
commit 23deb9e8d5
2 changed files with 290 additions and 215 deletions

View File

@ -8,6 +8,8 @@ authors = ["Joakim Hellsén <tlovinator@gmail.com>"]
python = "^3.9"
fastapi = {extras = ["all"], version = "^0.70.0"}
ffmpeg-python = "^0.2.0"
gunicorn = "^20.1.0"
uvicorn = "^0.15.0"
[tool.poetry.dev-dependencies]
pytest = "^5.2"