mirror of
https://github.com/OpenBB-finance/OpenBB.git
synced 2026-05-08 06:51:32 +08:00
24 lines
760 B
TOML
Vendored
24 lines
760 B
TOML
Vendored
[tool.poetry]
|
|
name = "openbb-platform-api"
|
|
version = "1.3.5"
|
|
description = "OpenBB Platform API: Launch script and widgets builder for the Open Data Platform REST API and Workspace Backend Connector."
|
|
authors = ["OpenBB <hello@openbb.co>"]
|
|
license = "AGPL-3.0-only"
|
|
readme = "README.md"
|
|
homepage = "https://openbb.co"
|
|
repository = "https://github.com/openbb-finance/openbb"
|
|
documentation = "https://docs.openbb.co/odp/python/extensions/interface/openbb-api"
|
|
packages = [{ include = "openbb_platform_api" }]
|
|
|
|
[tool.poetry.scripts]
|
|
openbb-api = "openbb_platform_api.main:main"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.10,<4"
|
|
openbb-core = "^1.6.4"
|
|
deepdiff = ">=8.6.2"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|