feat: using ConfZ for configuration

This commit is contained in:
Mose Mueller
2023-06-05 18:26:55 +02:00
parent 4961362be7
commit 8779fbb488
9 changed files with 219 additions and 41 deletions

View File

@ -10,11 +10,11 @@ packages = [{include = "icon_service_base"}]
[tool.poetry.dependencies]
python = ">=3.10,<3.11"
loguru = "^0.7.0"
pydantic = "^1.10.7"
kombu = "^5.2.4"
influxdb-client = "^1.36.1"
python-dotenv = "^1.0.0"
sqlmodel = "^0.0.8"
confz = "^1.8.1"
psycopg2-binary = "^2.9.6"
[tool.poetry.group.dev.dependencies]