| [tool.poetry] |
| name = "openbb-bls" |
| version = "1.1.2" |
| description = "The Bureau of Labor Statistics' (BLS) Public Data Application Programming Interface (API) gives the public access to economic data from all BLS programs. It is the Bureau's hope that talented developers and programmers will use the BLS Public Data API to create original, inventive applications with published BLS data." |
| authors = ["OpenBB Team <hello@openbb.co>"] |
| license = "AGPL-3.0-only" |
| readme = "README.md" |
| packages = [{ include = "openbb_bls" }] |
|
|
| [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"] |
| bls = "openbb_bls:bls_provider" |
|
|