extract SQLAlchemy model in separate python library

This commit is contained in:
Thomas Peetz
2026-08-14 16:39:46 +02:00
parent 9f0a0c1d1e
commit 48149b67cf
148 changed files with 1195 additions and 1062 deletions
+4
View File
@@ -14,6 +14,7 @@ dependencies = [
"click>=8.1.8",
"coverage>=7.8.0",
"fastapi[standard]>=0.115.12",
"kontor-model",
"msgspec[toml,yaml]>=0.21.1",
"pathlib>=1.0.1",
"platformdirs>=4.3.7",
@@ -28,3 +29,6 @@ dependencies = [
"sqlmodel>=0.0.24",
"stomp-py",
]
[tool.uv.sources]
kontor_model = { path = "../kontor-model", editable = true }