mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 17:57:02 +00:00
ifctester pyproject.toml - document flask dependency
This commit is contained in:
@@ -17,6 +17,11 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = ["ifcopenshell", "python-dateutil", "xmlschema", "numpy", "odfpy", "pystache", "bcf-client"]
|
dependencies = ["ifcopenshell", "python-dateutil", "xmlschema", "numpy", "odfpy", "pystache", "bcf-client"]
|
||||||
|
|
||||||
|
[project.optional-dependencies]
|
||||||
|
advanced = [
|
||||||
|
"flask",
|
||||||
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "http://ifcopenshell.org"
|
Homepage = "http://ifcopenshell.org"
|
||||||
Documentation = "https://docs.ifcopenshell.org"
|
Documentation = "https://docs.ifcopenshell.org"
|
||||||
|
|||||||
Reference in New Issue
Block a user