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"