Add domain constraint validation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user