Add domain constraint validation

This commit is contained in:
2025-04-20 23:31:56 +02:00
parent 054f182215
commit 0fb0d62fb7
5 changed files with 130 additions and 3 deletions

View File

@@ -9,8 +9,12 @@ dependencies = [
"pydantic",
"pydantic-yaml",
# Web service
"fastapi[standard]",
"sqlmodel"
"sqlmodel",
# XMPP
"slixmpp@git+https://codeberg.org/poezio/slixmpp"
]
[project.optional-dependencies]
@@ -23,3 +27,6 @@ dev = [
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.metadata]
allow-direct-references = true