adapt architecture, added new prototype for WF-200

This commit is contained in:
2025-11-14 14:06:03 +01:00
parent 7488bc19b1
commit 4eeb92f939
5 changed files with 264 additions and 88 deletions

View File

@@ -5,7 +5,7 @@ description = "Umbreit's Python-based application"
authors = [
{name = "Florian Förster", email = "f.foerster@d-opt.com"},
]
dependencies = ["sqlalchemy>=2.0.44"]
dependencies = ["sqlalchemy>=2.0.44", "dopt-basics>=0.2.4"]
requires-python = ">=3.11"
readme = "README.md"
license = {text = "LicenseRef-Proprietary"}