Fix #4269. Include dateutil for ifcopenshell on pypi

This commit is contained in:
Dion Moult
2024-03-28 10:48:19 +11:00
parent 1db86c24e3
commit 572aedb3eb
+1 -1
View File
@@ -16,7 +16,7 @@ classifiers = [
]
[project.optional-dependencies]
geometry = ["mathutils", "shapely"]
date = ["isodate"]
date = ["isodate", "dateutil"]
[project.urls]
"Homepage" = "http://ifcopenshell.org"
"Bug Tracker" = "https://github.com/ifcopenshell/ifcopenshell/issues"