diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2024-05-12 21:15:26 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2024-05-12 21:15:26 +0200 |
commit | 53a0282cb561e55e918bf98936af66baef019783 (patch) | |
tree | e07c16a4ce788a9c2eaf9b7ff34924421a8fc0a1 /pyproject.toml | |
parent | 3f9b90c20b42525ca95a730b68307064e742f271 (diff) | |
download | pydanclick-devel/0.1.0.tar.gz |
wip: latest update from last yeardevel/0.1.0
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" |