File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -43,15 +43,7 @@ graphics = [
4343filetransfer = [
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+
5547tests = [
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 ]
7880save-ansys-path = " ansys.tools.common.path.save:cli"
7981ansys-launcher = " ansys.tools.local_product_launcher._cli:cli"
You can’t perform that action at this time.
0 commit comments