Move HTML to own file instead of inline with the code

This commit is contained in:
2022-04-19 16:38:55 +02:00
parent 07944342df
commit b40895e691
4 changed files with 165 additions and 19 deletions

View File

@ -16,6 +16,8 @@ ffmpeg-python = "^0.2.0"
discord-webhook = "^0.15.0"
python-multipart = "^0.0.5"
python-dotenv = "^0.20.0"
Jinja2 = "^3.1.1"
uvicorn = "^0.17.6"
[build-system]
requires = ["poetry-core>=1.0.0"]