ifctester pyproject.toml - document flask dependency

This commit is contained in:
Andrej
2025-06-09 12:14:08 +05:00
parent 6862523c75
commit 812baa1c04
+5
View File
@@ -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"