[project] name = "openbb-invest-api" version = "0.1.0" description = "REST API wrapping OpenBB SDK for stock investment analysis" requires-python = ">=3.12" dependencies = [ "fastapi", "uvicorn[standard]", "openbb[yfinance]", "pydantic-settings", "httpx", ] [project.optional-dependencies] dev = [ "pytest", "pytest-asyncio", "pytest-cov", ] [tool.pytest.ini_options] asyncio_mode = "auto" testpaths = ["tests"] pythonpath = ["."]