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 8150903 commit 0b4b2f5Copy full SHA for 0b4b2f5
1 file changed
pyproject.toml
@@ -40,6 +40,8 @@ Funding = "https://github.com/sponsors/mkdocstrings"
40
[project.entry-points."mkdocs.plugins"]
41
mkdocstrings = "mkdocstrings.plugin:MkdocstringsPlugin"
42
43
+
44
+[project.optional-dependencies]
45
[tool.pdm]
46
package-dir = "src"
47
@@ -78,6 +80,7 @@ quality = [
78
80
"wps-light~=0.15",
79
81
]
82
tests = [
83
+ "pygments~=2.10", # python 3.6
84
"pytest~=6.2",
85
"pytest-cov~=2.11",
86
"pytest-randomly~=3.6",
0 commit comments