Skip to content

Commit 84691e6

Browse files
committed
add dev group containing just pytest for convenience
1 parent 0a16250 commit 84691e6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ dependencies = [
1313
]
1414
requires-python = ">=3.10"
1515

16+
[project.optional-dependencies]
17+
dev = [
18+
"pytest",
19+
]
20+
1621
[project.scripts]
1722
bt = "bapctools.cli:main"
1823

0 commit comments

Comments
 (0)