Skip to content

Commit eb23e50

Browse files
fix: Reorder toml
1 parent 971a46a commit eb23e50

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

pyproject.toml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,7 @@ graphics = [
4343
filetransfer = [
4444
"ansys-tools-filetransfer>=0.1.1",
4545
]
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-
]
46+
5547
tests = [
5648
"pytest==8.4.0",
5749
"pytest-cov==6.1.1",
@@ -74,6 +66,16 @@ doc = [
7466
"sphinx-jinja==2.0.2",
7567
]
7668

69+
[dependency-groups]
70+
dev = [
71+
"pytest==8.4.0",
72+
"pytest-cov==6.1.1",
73+
"pyfakefs==5.8.0",
74+
"hypothesis==6.135.10",
75+
"grpcio==1.73.0",
76+
"grpcio-health-checking==1.68.0",
77+
]
78+
7779
[project.scripts]
7880
save-ansys-path = "ansys.tools.common.path.save:cli"
7981
ansys-launcher = "ansys.tools.local_product_launcher._cli:cli"

0 commit comments

Comments
 (0)