mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
ifcpatch pyproject - list optional dependencies
This commit is contained in:
@@ -17,6 +17,12 @@ classifiers = [
|
||||
]
|
||||
dependencies = ["ifcopenshell", "toposort", "numpy"]
|
||||
|
||||
[project.optional-dependencies]
|
||||
advanced = [
|
||||
"sqlite3",
|
||||
"mysql-connector-python",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "http://ifcopenshell.org"
|
||||
Documentation = "https://docs.ifcopenshell.org"
|
||||
|
||||
Reference in New Issue
Block a user