Skip to content

Commit a103531

Browse files
committed
Patching docs.yml due to dateutil error
1 parent afbc369 commit a103531

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ dependencies = [
8181
"Repository" = "https://github.com/fsecada01/sqlmodel_crud_utils"
8282
"Bug Tracker" = "https://github.com/fsecada01/sqlmodel_crud_utils/issues"
8383

84-
doc = [
85-
"pdoc>=15.0.1",
86-
]
8784

8885
[dependency-groups]
8986
dev = [
@@ -100,5 +97,11 @@ dev = [
10097
"pytest-json-report>=1.5.0",
10198
"ruff>=0.11.10",
10299
]
100+
101+
102+
doc = [
103+
"pdoc>=15.0.1",
104+
]
105+
103106
[tool.setuptools]
104107
packages = ['sqlmodel_crud_utils']

0 commit comments

Comments
 (0)