We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs.yml
dateutil
1 parent afbc369 commit a103531Copy full SHA for a103531
1 file changed
pyproject.toml
@@ -81,9 +81,6 @@ dependencies = [
81
"Repository" = "https://github.com/fsecada01/sqlmodel_crud_utils"
82
"Bug Tracker" = "https://github.com/fsecada01/sqlmodel_crud_utils/issues"
83
84
-doc = [
85
- "pdoc>=15.0.1",
86
-]
87
88
[dependency-groups]
89
dev = [
@@ -100,5 +97,11 @@ dev = [
100
97
"pytest-json-report>=1.5.0",
101
98
"ruff>=0.11.10",
102
99
]
+
+doc = [
103
+ "pdoc>=15.0.1",
104
+]
105
106
[tool.setuptools]
107
packages = ['sqlmodel_crud_utils']
0 commit comments