added db schemas

This commit is contained in:
2025-11-07 08:03:27 +01:00
parent 3a03554bad
commit 66090752a0
3 changed files with 278 additions and 3 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 = []
dependencies = ["sqlalchemy>=2.0.44"]
requires-python = ">=3.11"
readme = "README.md"
license = {text = "LicenseRef-Proprietary"}
@@ -150,4 +150,6 @@ nb = [
]
data = [
"pandas>=2.3.3",
"polars>=1.35.1",
"pyarrow>=22.0.0",
]