add pydantic

This commit is contained in:
Matteo Rosati
2026-02-10 20:06:18 +01:00
parent 91f3a6d9d5
commit b10cd41cb3
2 changed files with 104 additions and 1 deletions

View File

@@ -6,4 +6,5 @@ readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"django>=6.0.2",
"pydantic>=2.12.5",
]