using std logging instead of loguru

This commit is contained in:
Mose Mueller
2023-10-18 15:41:46 +02:00
parent 20a035afe8
commit af9e44e373
5 changed files with 9 additions and 4 deletions

View File

@@ -9,7 +9,6 @@ packages = [{ include = "icon_service_base" }]
[tool.poetry.dependencies]
python = "^3.10"
loguru = "^0.7.0"
influxdb-client = "^1.36.1"
sqlmodel = "^0.0.8"
confz = "^2.0.0"