Files
OpenBB/openbb_platform/providers/tmx/pyproject.toml
Danglewood 1b30777806 [Security] Update Repository Lock Files (#7464)
* update repository lock files

* sync tauri plugin versions

* npm update from windows machine

---------

Co-authored-by: deeleeramone <>
2026-04-13 17:20:04 +00:00

24 lines
668 B
TOML
Vendored

[tool.poetry]
name = "openbb-tmx"
version = "1.5.1"
description = "Unofficial TMX data provider extension for the OpenBB Platform - Public Canadian markets data for Python and Fast API."
authors = ["OpenBB <hello@openbb.co>"]
license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_tmx" }]
[tool.poetry.dependencies]
python = ">=3.10,<4"
aiohttp-client-cache = "^0.11.0"
aiosqlite = "^0.20.0"
random-user-agent = "^1.0.1"
exchange-calendars = "^4.13.2"
openbb-core = "^1.6.7"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.plugins."openbb_provider_extension"]
tmx = "openbb_tmx:tmx_provider"