File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -90,8 +90,8 @@ platforms = [
90
90
' osx-64' , ' linux-64' , ' linux-aarch64' , ' osx-arm64'
91
91
]
92
92
93
- [external ]
94
93
# External dependencies in the format proposed by https://peps.python.org/pep-0725
94
+ [external ]
95
95
build-requires = [
96
96
" virtual:compiler/c" ,
97
97
" virtual:compiler/cpp" ,
@@ -152,4 +152,23 @@ dependencies = [
152
152
" pkg:generic/tachyon" ,
153
153
" pkg:generic/sagemath-polytopes-db" ,
154
154
" pkg:generic/sagemath-elliptic-curves" ,
155
+ " pkg:generic/sagemath-graphs" ,
156
+ ]
157
+
158
+ [dependency-groups ]
159
+ test = [
160
+ " pytest" ,
161
+ " pytest-xdist" ,
162
+ " coverage" ,
163
+ ]
164
+ docs = [
165
+ " sphinx" ,
166
+ " sphinx-inline-tabs" ,
167
+ " furo" ,
168
+ ]
169
+ lint = [
170
+ " relint" ,
171
+ " ruff" ,
172
+ " pycodestyle" ,
173
+ " flake8-rst-docstrings" ,
155
174
]
You can’t perform that action at this time.
0 commit comments