mirror of
https://github.com/OpenBB-finance/OpenBB.git
synced 2026-06-20 08:42:21 +08:00
* fix 429 error from fred api due to change in rate limit calculation * mypy * black * pylint * pin aiohttp in devtools so vcrpy doesn't break
20 lines
471 B
TOML
Vendored
20 lines
471 B
TOML
Vendored
[tool.poetry]
|
|
name = "openbb-fred"
|
|
version = "1.6.2"
|
|
description = "FRED extension for OpenBB"
|
|
authors = ["OpenBB Team <hello@openbb.co>"]
|
|
license = "AGPL-3.0-only"
|
|
readme = "README.md"
|
|
packages = [{ include = "openbb_fred" }]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.10,<4"
|
|
openbb-core = "^1.6.10"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.poetry.plugins."openbb_provider_extension"]
|
|
fred = "openbb_fred:fred_provider"
|