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 0d9b23c commit 26c6a4eCopy full SHA for 26c6a4e
pyproject.toml
@@ -33,3 +33,7 @@ optional = true
33
34
[tool.poetry.group.docs.dependencies]
35
pdoc3 = "0.10.0"
36
+
37
+[tool.poetry.group.test.dependencies]
38
+pytest = "7.4.0"
39
+coverage = "7.2.7"
0 commit comments