Skip to content

Commit b24141f

Browse files
committed
add lib for dev env
1 parent 1308c1c commit b24141f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,9 @@ exclude = ["data*", "front*", "tests*"]
5353

5454
[tool.setuptools.package-data]
5555
"*" = ["docs/*.png"]
56+
57+
[dependency-groups]
58+
dev = [
59+
"pytest>=8.3.5",
60+
"xetrack>=0.3.4",
61+
]

0 commit comments

Comments
 (0)