We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6677d73 commit ed6dd36Copy full SHA for ed6dd36
1 file changed
pyproject.toml
@@ -11,7 +11,7 @@ dependencies = [
11
"Jinja2 >= 2.11.0",
12
"pygments >= 2.12.0",
13
"MarkupSafe >= 1.1.1",
14
- "markdown2>=2.5.4",
+ "markdown2 >= 2.5.4",
15
]
16
17
classifiers = [
@@ -40,8 +40,8 @@ Issues = "https://github.com/mitmproxy/pdoc/issues"
40
[project.scripts]
41
pdoc = "pdoc.__main__:cli"
42
43
-[tool.uv]
44
-dev-dependencies = [
+[dependency-groups]
+dev = [
45
"tox>=4.21.2",
46
"tox-uv>=1.13.0",
47
"ruff>=0.6.9",
0 commit comments