Skip to content

Commit ed6dd36

Browse files
authored
switch to dependency groups (#852)
1 parent 6677d73 commit ed6dd36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"Jinja2 >= 2.11.0",
1212
"pygments >= 2.12.0",
1313
"MarkupSafe >= 1.1.1",
14-
"markdown2>=2.5.4",
14+
"markdown2 >= 2.5.4",
1515
]
1616

1717
classifiers = [
@@ -40,8 +40,8 @@ Issues = "https://github.com/mitmproxy/pdoc/issues"
4040
[project.scripts]
4141
pdoc = "pdoc.__main__:cli"
4242

43-
[tool.uv]
44-
dev-dependencies = [
43+
[dependency-groups]
44+
dev = [
4545
"tox>=4.21.2",
4646
"tox-uv>=1.13.0",
4747
"ruff>=0.6.9",

0 commit comments

Comments
 (0)