This commit is contained in:
2026-06-03 14:42:27 +02:00
parent 093f2ca9fc
commit 9743d41dfd
2 changed files with 216 additions and 3 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 = []
dependencies = ["polars>=1.41.2", "sqlalchemy[asyncio]>=2.0.50"]
requires-python = ">=3.11"
readme = "README.md"
license = {text = "LicenseRef-Proprietary"}