From 572aedb3ebe431731bdd530f89500922428914ec Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Thu, 28 Mar 2024 10:48:19 +1100 Subject: [PATCH] Fix #4269. Include dateutil for ifcopenshell on pypi --- src/ifcopenshell-python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/pyproject.toml b/src/ifcopenshell-python/pyproject.toml index 2dc57e14a0..fef5300a7f 100644 --- a/src/ifcopenshell-python/pyproject.toml +++ b/src/ifcopenshell-python/pyproject.toml @@ -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"