We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
doc
pyproject.toml
1 parent 2bdf00e commit ea2215aCopy full SHA for ea2215a
1 file changed
pyproject.toml
@@ -93,6 +93,8 @@ dev = [
93
"ruff>=0.11.10",
94
]
95
96
-
+doc = [
97
+ "pdoc>=15.0.1",
98
+]
99
[tool.setuptools]
100
packages = ['sqlmodel_crud_utils']
0 commit comments