Remove unused packages

This commit is contained in:
2024-10-30 19:09:29 +01:00
parent 6658599db7
commit 83c917c4ce
3 changed files with 15 additions and 319 deletions

View File

@ -7,19 +7,17 @@ authors = ["Joakim Hellsén <tlovinator@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.12"
apscheduler = "^3.10.4"
beautifulsoup4 = "^4.12.3"
discord-webhook = "^1.3.1"
fastapi = "^0.115.0"
httpx = "^0.27.0"
jinja2 = "^3.1.4"
lxml = "^4.9.4"
markdownify = "^0.13.0"
platformdirs = "^3.11.0"
python-dotenv = "^1.0.1"
python-multipart = "^0.0.16"
reader = "^3.14"
tomlkit = "^0.13.0"
uvicorn = { extras = ["standard"], version = "^0.32.0" }
markdownify = "^0.13.0"
uvicorn = "^0.32.0"
[tool.poetry.group.dev.dependencies]
djlint = "^1.35.3"