Add 'tabulate' to optional ifcopenshell dev dependencies

Used in test_rules and test_wall_opening.
This commit is contained in:
Andrej
2025-05-30 13:24:36 +05:00
parent 2798bf3b68
commit 363083104b
+4 -1
View File
@@ -25,7 +25,10 @@ dependencies = [
]
[project.optional-dependencies]
dev = ["pytest"]
dev = [
"pytest",
"tabulate",
]
[project.urls]
"Homepage" = "http://ifcopenshell.org"