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 17574b3 commit d055566Copy full SHA for d055566
pyproject.toml
@@ -47,7 +47,11 @@ name = "Frequenz Energy-as-a-Service GmbH"
47
email = "[email protected]"
48
49
[project.optional-dependencies]
50
-dev-docstrings = ["pydocstyle == 6.3.0", "darglint == 1.8.1"]
+dev-docstrings = [
51
+ "pydocstyle == 6.3.0",
52
+ "darglint == 1.8.1",
53
+ "tomli == 2.0.1", # Needed by pydocstyle to read pyproject.toml
54
+]
55
dev-formatting = ["black == 23.3.0", "isort == 5.12.0"]
56
dev-mkdocs = [
57
"mike == 1.1.2",
0 commit comments