Add config file, dropdown for webhooks, and sends stuff to Discord
This commit is contained in:
parent
3bec59cdb6
commit
400b72dbf4
11 changed files with 326 additions and 185 deletions
|
|
@ -10,10 +10,12 @@ reader = "^3.2"
|
|||
discord-webhook = "^1.0.0"
|
||||
platformdirs = "^2.5.4"
|
||||
fastapi = "^0.88.0"
|
||||
uvicorn = {extras = ["standard"], version = "^0.20.0"}
|
||||
uvicorn = { extras = ["standard"], version = "^0.20.0" }
|
||||
jinja2 = "^3.1.2"
|
||||
apscheduler = "^3.9.1.post1"
|
||||
python-multipart = "^0.0.5"
|
||||
python-dotenv = "^0.21.0"
|
||||
tomlkit = "^0.11.6"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pytest = "^7.1.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue