Skip to content

Commit

Permalink
Add test dependencies to pyproject.toml (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiripetrlik authored Jul 17, 2023
1 parent 0d9b23c commit 26c6a4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ optional = true

[tool.poetry.group.docs.dependencies]
pdoc3 = "0.10.0"

[tool.poetry.group.test.dependencies]
pytest = "7.4.0"
coverage = "7.2.7"

0 comments on commit 26c6a4e

Please sign in to comment.