| [tool.poetry] |
| name = "openbb-cftc" |
| version = "1.1.1" |
| description = "The mission of the Commodity Futures Trading Commission (CFTC) is to promote the integrity, resilience, and vibrancy of the U.S. derivatives markets through sound regulation." |
| authors = ["OpenBB Team <hello@openbb.co>"] |
| license = "AGPL-3.0-only" |
| readme = "README.md" |
| packages = [{ include = "openbb_cftc" }] |
|
|
| [tool.poetry.dependencies] |
| python = ">=3.9.21,<3.13" |
| openbb-core = "^1.4.6" |
|
|
| [build-system] |
| requires = ["poetry-core"] |
| build-backend = "poetry.core.masonry.api" |
|
|
| [tool.poetry.plugins."openbb_provider_extension"] |
| cftc = "openbb_cftc:cftc_provider" |
|
|