Files
OpenBB/openbb_platform/obbject_extensions/charting/pyproject.toml
Danglewood d3537dd155 [Feature] Add Support For Python 3.14 (#7349)
* add support for Python 3.14

* escape % in argparse_translator in help strings

* black

* cli python version string

* fix test param placeholder

* fix integration_tests_testers

* add 3.14 to ODP Desktop environment creation choices

* partial lock update

* update lock files

* and the rest of the locks

---------

Co-authored-by: deeleeramone <>
2026-02-18 00:40:18 +00:00

27 lines
681 B
TOML
Vendored

[tool.poetry]
name = "openbb-charting"
version = "2.5.0"
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.10,<4" # scipy forces python <4.0 explicitly
openbb-core = "^1.6.0"
pandas-ta-openbb = "^0.4.23"
plotly = "^6.3.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"