From b393c120f1f5bf86df1725fec922a0959e41eab4 Mon Sep 17 00:00:00 2001 From: Andrej Date: Mon, 2 Jun 2025 12:12:01 +0500 Subject: [PATCH] ifcpatch pyproject - list optional dependencies --- src/ifcpatch/pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/ifcpatch/pyproject.toml b/src/ifcpatch/pyproject.toml index 8329ba63d0..5d43201a25 100644 --- a/src/ifcpatch/pyproject.toml +++ b/src/ifcpatch/pyproject.toml @@ -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"