mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 14:41:25 +00:00
ifcpatch pyproject - list optional dependencies
This commit is contained in:
@@ -17,6 +17,12 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = ["ifcopenshell", "toposort", "numpy"]
|
dependencies = ["ifcopenshell", "toposort", "numpy"]
|
||||||
|
|
||||||
|
[project.optional-dependencies]
|
||||||
|
advanced = [
|
||||||
|
"sqlite3",
|
||||||
|
"mysql-connector-python",
|
||||||
|
]
|
||||||
|
|
||||||
[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