Fix Ruff warnings and Uvicorn logging

This commit is contained in:
2024-07-26 21:47:23 +02:00
parent 411d8a1fa4
commit 3514f3606e
5 changed files with 204 additions and 172 deletions

View File

@ -16,7 +16,7 @@ lxml = "^4.9.4"
platformdirs = "^3.11.0"
python-dotenv = "^1.0.1"
python-multipart = "^0.0.9"
reader = "^3.12"
reader = "^3.14"
tomlkit = "^0.13.0"
uvicorn = { extras = ["standard"], version = "^0.30.0" }
markdownify = "^0.13.0"
@ -25,7 +25,6 @@ markdownify = "^0.13.0"
djlint = "^1.34.1"
pre-commit = "^3.7.1"
pytest = "^7.4.4"
ruff = "^0.5.0"
[build-system]
requires = ["poetry-core>=1.0.0"]