Fix dateutil dependency

This commit is contained in:
Dion Moult
2024-04-19 08:51:55 +10:00
parent fa4239159d
commit 28eb2cd628
+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 = ["ifcopenshell", "dateutil", "xmlschema", "numpy"]
dependencies = ["ifcopenshell", "python-dateutil", "xmlschema", "numpy"]
[project.urls]
Homepage = "http://ifcopenshell.org"