Fix incorrect dateutil dependency

This commit is contained in:
Dion Moult
2024-04-18 23:39:17 +10:00
parent ea6f0b054a
commit fa4239159d
+1 -1
View File
@@ -15,7 +15,7 @@ classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
]
dependencies = ["mathutils", "shapely", "numpy", "isodate", "dateutil", "lark"]
dependencies = ["mathutils", "shapely", "numpy", "isodate", "python-dateutil", "lark"]
[project.urls]
"Homepage" = "http://ifcopenshell.org"