Fix #3791. Add isodate as an optional dependency to ifcopenshell-python.

This commit is contained in:
Dion Moult
2023-09-24 13:14:44 +10:00
parent cc3e2204e2
commit 0993736cea
2 changed files with 11 additions and 21 deletions
+1
View File
@@ -15,6 +15,7 @@ classifiers = [
]
[project.optional-dependencies]
geometry = ["mathutils"]
date = ["isodate"]
[project.urls]
"Homepage" = "http://ifcopenshell.org"
"Bug Tracker" = "https://github.com/ifcopenshell/ifcopenshell/issues"