mirror of
https://github.com/OpenBB-finance/OpenBB.git
synced 2026-05-19 17:11:49 +08:00
* bump python-multipart and fix yfinance property * remove file that wasn't supposed to be added to commit
36 lines
852 B
TOML
Vendored
36 lines
852 B
TOML
Vendored
[tool.poetry]
|
|
name = "openbb-devtools"
|
|
version = "1.6.6"
|
|
description = "Tools for OpenBB Platform Developers"
|
|
authors = ["OpenBB Team <hello@openbb.co>"]
|
|
license = "AGPL-3.0-only"
|
|
readme = "README.md"
|
|
packages = [{ include = "openbb_devtools" }]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.10,<4" # scipy forces <4.0 explicitly
|
|
ruff = "^0.15"
|
|
pylint = "^3.3"
|
|
mypy = "^1.12.1"
|
|
pydocstyle = "^6.3.0"
|
|
black = ">=26.3.1"
|
|
codespell = "^2.2.5"
|
|
pre-commit = "^3.5.0"
|
|
tox = "^4.11.3"
|
|
pytest = ">=9.0.3"
|
|
pytest-subtests = "^0.11.0"
|
|
pytest-recorder = ">=0.6.5"
|
|
pytest-asyncio = "^1.3.0"
|
|
pytest-order = "^1.3.0"
|
|
pytest-cov = "^4.1.0"
|
|
pytest-freezegun = "^0.4.2"
|
|
ipykernel = ">=6.30.1"
|
|
types-python-dateutil = "^2.8.19.14"
|
|
types-toml = "^0.10.8.7"
|
|
poetry = ">=2.1.3"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|