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"