mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
ios pyproject: add networkx stubs as dev dependency
This commit is contained in:
@@ -27,11 +27,13 @@ dependencies = [
|
|||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
advanced = [
|
advanced = [
|
||||||
|
# `express` module - only for generating schemas.
|
||||||
"networkx",
|
"networkx",
|
||||||
]
|
]
|
||||||
dev = [
|
dev = [
|
||||||
"pytest",
|
"pytest",
|
||||||
"tabulate",
|
"tabulate",
|
||||||
|
"types-networkx",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|||||||
Reference in New Issue
Block a user