aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index e214593d..e52d3d6e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -22,6 +22,8 @@ dependencies = [
"mkdocstrings>=0.23.0",
"distribute>=0.7.3",
"reportlab[pycairo]>=4.0.5",
+ "pydantic>=2.4.2",
+ "loguru>=0.7.2",
]
requires-python = ">=3.8"
readme = "README.md"