diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 0e901b1..5842f7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ mypy = "^0.981" pytest = "^7.1.3" pytest-cov = "^4.0.0" coverage = "^6.5.0" +pdoc = "^12.2.0" [tool.mypy] plugins = "pydantic.mypy" |