mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 02:07:36 +00:00
Add 'tabulate' to optional ifcopenshell dev dependencies
Used in test_rules and test_wall_opening.
This commit is contained in:
@@ -25,7 +25,10 @@ dependencies = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
dev = ["pytest"]
|
dev = [
|
||||||
|
"pytest",
|
||||||
|
"tabulate",
|
||||||
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
"Homepage" = "http://ifcopenshell.org"
|
"Homepage" = "http://ifcopenshell.org"
|
||||||
|
|||||||
Reference in New Issue
Block a user