ifcpatch pyproject - list optional dependencies

This commit is contained in:
Andrej
2025-06-02 12:12:01 +05:00
parent 3c7e938d90
commit b393c120f1
+6
View File
@@ -17,6 +17,12 @@ classifiers = [
]
dependencies = ["ifcopenshell", "toposort", "numpy"]
[project.optional-dependencies]
advanced = [
"sqlite3",
"mysql-connector-python",
]
[project.urls]
Homepage = "http://ifcopenshell.org"
Documentation = "https://docs.ifcopenshell.org"