prepare lib environment

This commit is contained in:
2026-06-04 15:45:13 +02:00
parent f95eab5843
commit 356e0f263f
7 changed files with 81 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ description = "analysis of production state messages obtained from customers"
authors = [
{name = "d-opt GmbH, resp. Florian Förster", email = "f.foerster@d-opt.com"},
]
dependencies = ["polars>=1.41.2", "sqlalchemy[asyncio]>=2.0.50"]
dependencies = ["polars>=1.41.2", "sqlalchemy[asyncio]>=2.0.50", "python-dotenv>=1.2.2", "dopt-basics>=0.2.6"]
requires-python = ">=3.11"
readme = "README.md"
license = {text = "LicenseRef-Proprietary"}