Add webhooks

This commit is contained in:
2021-12-07 20:16:58 +01:00
parent 0b387cc792
commit 8b8b210968
5 changed files with 451 additions and 94 deletions

View File

@ -16,6 +16,7 @@ ffmpeg-python = "^0.2.0"
gunicorn = "^20.1.0"
uvicorn = "^0.15.0"
python-dotenv = "^0.19.2"
dhooks = {git = "https://github.com/kyb3r/dhooks.git"}
[tool.poetry.dev-dependencies]
pytest = "^5.2"