mirror of
https://github.com/OpenBB-finance/OpenBB.git
synced 2026-05-22 22:41:07 +08:00
* update dev_install * fix effr test * Update dev_install.py * fix fundamental balance test * fix equity price historical test * fix price target model * black * rebuild static files * update publish.md * fixed dev_install * update publishing doc * updated `openbb-core` to 1.1.1 * updated extensions * updated providers * updated `openbb` package * updated static extension map * updated publishing doc * fixed toml for `openbb-finra` * @jmaslek yfinance IS DEFAULT * updated static --------- Co-authored-by: Pratyush Shukla <ps4534@nyu.edu> Co-authored-by: hjoaquim <h.joaquim@campus.fct.unl.pt>
30 lines
691 B
TOML
Vendored
30 lines
691 B
TOML
Vendored
[tool.poetry]
|
|
name = "openbb-devtools"
|
|
version = "1.1.1"
|
|
description = "Tools for OpenBB Platform Developers"
|
|
authors = ["OpenBB Team <hello@openbb.co>"]
|
|
readme = "README.md"
|
|
packages = [{ include = "openbb_devtools" }]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.8,<3.12" # scipy forces <4.0 explicitly
|
|
ruff = "^0.1.5"
|
|
pylint = "^3.0.2"
|
|
mypy = "^1.6.1"
|
|
pydocstyle = "^6.3.0"
|
|
black = "^23.11.0"
|
|
bandit = "^1.7.5"
|
|
pre-commit = "^3.5.0"
|
|
tox = "^4.11.3"
|
|
pytest = "^7.4.3"
|
|
pytest-cov = "^4.1.0"
|
|
ipykernel = "^6.26.0"
|
|
types-python-dateutil = "^2.8.19.14"
|
|
types-toml = "^0.10.8.7"
|
|
poetry = "^1.7.0"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|