mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +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]
|
||||
dev = ["pytest"]
|
||||
dev = [
|
||||
"pytest",
|
||||
"tabulate",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
"Homepage" = "http://ifcopenshell.org"
|
||||
|
||||
Reference in New Issue
Block a user