Skip to content

Commit d055566

Browse files
llucaxstefan-brus-frequenz
authored andcommitted
Add missing dependency to tomli
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 17574b3 commit d055566

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,11 @@ name = "Frequenz Energy-as-a-Service GmbH"
4747
4848

4949
[project.optional-dependencies]
50-
dev-docstrings = ["pydocstyle == 6.3.0", "darglint == 1.8.1"]
50+
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+
]
5155
dev-formatting = ["black == 23.3.0", "isort == 5.12.0"]
5256
dev-mkdocs = [
5357
"mike == 1.1.2",

0 commit comments

Comments
 (0)