mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
19 lines
403 B
TOML
19 lines
403 B
TOML
[project]
|
|
name = "domna-repos"
|
|
version = "0.1.0"
|
|
description = "Persistence layer — one repo per aggregate. Owns the SQL."
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"domna-domain",
|
|
"sqlalchemy>=2.0",
|
|
]
|
|
|
|
[tool.uv.sources]
|
|
domna-domain = { workspace = true }
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[tool.hatch.build.targets.wheel]
|
|
packages = ["src/repos"]
|