mirror of
https://github.com/OpenBB-finance/OpenBB.git
synced 2026-05-22 14:36:47 +08:00
* update repository lock files * sync tauri plugin versions * npm update from windows machine --------- Co-authored-by: deeleeramone <>
24 lines
668 B
TOML
Vendored
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"
|