Remove loguru and update dependencies
This commit is contained in:
@ -12,18 +12,17 @@ platformdirs = "^2.6.2"
|
||||
fastapi = "^0.89.1"
|
||||
uvicorn = { extras = ["standard"], version = "^0.20.0" }
|
||||
jinja2 = "^3.1.2"
|
||||
apscheduler = "^3.9.1.post1"
|
||||
apscheduler = "^3.10.0"
|
||||
python-multipart = "^0.0.5"
|
||||
python-dotenv = "^0.21.1"
|
||||
tomlkit = "^0.11.6"
|
||||
loguru = "^0.6.0"
|
||||
beautifulsoup4 = "^4.11.1"
|
||||
beautifulsoup4 = "^4.11.2"
|
||||
lxml = "^4.9.2"
|
||||
httpx = "^0.23.3"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pytest = "^7.2.0"
|
||||
djlint = "^1.19.12"
|
||||
pytest = "^7.2.1"
|
||||
djlint = "^1.19.13"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
|
Reference in New Issue
Block a user