Files
OpenBB/openbb_platform/extensions/devtools/pyproject.toml
Danglewood 207c24a466 [BugFix] Bump python-multipart and Fix yfinance Property (#7476)
* bump python-multipart and fix yfinance property

* remove file that wasn't supposed to be added to commit
2026-04-18 07:30:28 +00:00

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"