Remove Typer and use Fastapi instead
This commit is contained in:
parent
38b91b9084
commit
3bec59cdb6
9 changed files with 959 additions and 287 deletions
|
|
@ -7,8 +7,13 @@ authors = ["Joakim Hellsén <tlovinator@gmail.com>"]
|
|||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
reader = "^3.2"
|
||||
typer = { extras = ["all"], version = "^0.7.0" }
|
||||
discord-webhook = "^1.0.0"
|
||||
platformdirs = "^2.5.4"
|
||||
fastapi = "^0.88.0"
|
||||
uvicorn = {extras = ["standard"], version = "^0.20.0"}
|
||||
jinja2 = "^3.1.2"
|
||||
apscheduler = "^3.9.1.post1"
|
||||
python-multipart = "^0.0.5"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pytest = "^7.1.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue