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 c5879f2c57
commit 9ef5dc9f8e
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"