mirror of
https://github.com/OpenBB-finance/OpenBB.git
synced 2026-06-05 10:55:44 +08:00
20 lines
496 B
TOML
Vendored
20 lines
496 B
TOML
Vendored
[tool.poetry]
|
|
name = "openbb-commodity"
|
|
version = "1.2.1"
|
|
description = "Commodity extension for OpenBB"
|
|
authors = ["OpenBB Team <hello@openbb.co>"]
|
|
license = "AGPL-3.0-only"
|
|
readme = "README.md"
|
|
packages = [{ include = "openbb_commodity" }]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.9"
|
|
openbb-core = "^1.3.1"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.poetry.plugins."openbb_core_extension"]
|
|
commodity = "openbb_commodity.commodity_router:router"
|