Skip to content

Commit 184466e

Browse files
fix: Add dependency groups
1 parent eef2752 commit 184466e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pyproject.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,15 @@ graphics = [
4343
filetransfer = [
4444
"ansys-tools-filetransfer>=0.1.1",
4545
]
46-
46+
[dependency-groups]
47+
dev = [
48+
"pytest==8.4.0",
49+
"pytest-cov==6.1.1",
50+
"pyfakefs==5.8.0",
51+
"hypothesis==6.135.10",
52+
"grpcio==1.73.0",
53+
"grpcio-health-checking==1.68.0",
54+
]
4755
tests = [
4856
"pytest==8.4.0",
4957
"pytest-cov==6.1.1",

0 commit comments

Comments
 (0)