Files
OpenBB/openbb_platform/obbject_extensions/charting/pyproject.toml
Danglewood 532e71a721 downgrade plotly for JSON output formatting (#7048)
Co-authored-by: Theodore Aptekarev <aptekarev@gmail.com>
2025-03-05 16:13:42 +00:00

27 lines
684 B
TOML
Vendored

[tool.poetry]
name = "openbb-charting"
version = "2.3.2"
description = "Charting extension for OpenBB"
authors = ["OpenBB Team <hello@openbb.co>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_charting" }]
[tool.poetry.dependencies]
python = ">=3.9,<3.13" # scipy forces python <4.0 explicitly
openbb-core = "^1.4.0"
pandas-ta-openbb = "^0.4.20"
plotly = "^5.24.1"
pywry = { version = "^0.6.2", optional = true }
nbformat = "^5.10.0"
[tool.poetry.extras]
pywry = ["pywry"]
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.plugins."openbb_obbject_extension"]
openbb_charting = "openbb_charting:ext"