File tree Expand file tree Collapse file tree 1 file changed +12
-14
lines changed Expand file tree Collapse file tree 1 file changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -86,20 +86,6 @@ includes = ["src"]
8686package-dir = " src"
8787source-includes = [" tests" ]
8888
89- [tool .pdm .dev-dependencies ]
90-
91- dev = [
92- " editables>=0.3" ,
93- " pre-commit>=2.21.0" ,
94- " vendoring>=1.2.0; python_version ~= \" 3.8\" " ,
95- ]
96- docs = [
97- " mkdocs>=1.4.2" ,
98- " mkdocstrings[python]>=0.19.0" ,
99- " mkdocs-material>=8.5.10" ,
100- " mkdocs-version-annotations>=1.0.0" ,
101- ]
102-
10389[tool .pdm .scripts ]
10490build = " python scripts/build.py"
10591docs = " mkdocs serve"
@@ -138,3 +124,15 @@ test = [
138124 " pytest-xdist" ,
139125 " setuptools>=78.1.0" ,
140126]
127+
128+ dev = [
129+ " editables>=0.3" ,
130+ " pre-commit>=2.21.0" ,
131+ " vendoring>=1.2.0; python_version ~= \" 3.8\" " ,
132+ ]
133+ docs = [
134+ " mkdocs>=1.4.2" ,
135+ " mkdocstrings[python]>=0.19.0" ,
136+ " mkdocs-material>=8.5.10" ,
137+ " mkdocs-version-annotations>=1.0.0" ,
138+ ]
You can’t perform that action at this time.
0 commit comments