From 812baa1c0412a93c5efe6b01d2468a93fc75c459 Mon Sep 17 00:00:00 2001 From: Andrej Date: Mon, 9 Jun 2025 12:14:08 +0500 Subject: [PATCH] ifctester pyproject.toml - document flask dependency --- src/ifctester/pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/ifctester/pyproject.toml b/src/ifctester/pyproject.toml index 16ca9b1333..df60a4737e 100644 --- a/src/ifctester/pyproject.toml +++ b/src/ifctester/pyproject.toml @@ -17,6 +17,11 @@ classifiers = [ ] dependencies = ["ifcopenshell", "python-dateutil", "xmlschema", "numpy", "odfpy", "pystache", "bcf-client"] +[project.optional-dependencies] +advanced = [ + "flask", +] + [project.urls] Homepage = "http://ifcopenshell.org" Documentation = "https://docs.ifcopenshell.org"