Use python-discord-webhook instead of dhooks

This commit is contained in:
2022-04-13 01:40:54 +02:00
parent 501af6be12
commit 387d5e3842
3 changed files with 35 additions and 403 deletions

View File

@ -11,10 +11,9 @@ keywords = ["website", "discord"]
[tool.poetry.dependencies]
python = "^3.9"
fastapi = "^0.75.0"
fastapi = "^0.75.1"
ffmpeg-python = "^0.2.0"
dhooks = { git = "https://github.com/kyb3r/dhooks.git" }
Pygments = "^2.11.2"
discord-webhook = "^0.15.0"
python-multipart = "^0.0.5"
python-dotenv = "^0.20.0"