Add python-dotenv

This commit is contained in:
2021-12-04 21:45:24 +01:00
parent 616218d612
commit 90f2b3c8de
3 changed files with 5 additions and 1 deletions

View File

@ -15,6 +15,7 @@ fastapi = { extras = ["all"], version = "^0.70.0" }
ffmpeg-python = "^0.2.0"
gunicorn = "^20.1.0"
uvicorn = "^0.15.0"
python-dotenv = "^0.19.2"
[tool.poetry.dev-dependencies]
pytest = "^5.2"