Update packages 👨🏻‍🌾

This commit is contained in:
2022-09-20 23:58:45 +02:00
parent 237761018f
commit 0127dab513
2 changed files with 44 additions and 37 deletions

View File

@ -11,11 +11,11 @@ keywords = ["website", "discord"]
[tool.poetry.dependencies]
python = "^3.9"
fastapi = "^0.81.0"
fastapi = "^0.85.0"
ffmpeg-python = "^0.2.0"
discord-webhook = "^0.17.0"
python-multipart = "^0.0.5"
python-dotenv = "^0.20.0"
python-dotenv = "^0.21.0"
Jinja2 = "^3.1.2"
uvicorn = {extras = ["standard"], version = "^0.18.3"}