
[all]
firm-protocol[api,bounty,llm]

[api]
fastapi>=0.111
pydantic>=2.0
uvicorn>=0.30

[bounty]
httpx>=0.27
pyyaml>=6.0

[dev]
firm-protocol[all]
pytest>=7.4
pytest-asyncio>=0.23
pytest-cov>=4.1
ruff>=0.3
hypothesis>=6.0

[docs]
sphinx>=7.0
sphinx-autodoc-typehints>=2.0

[llm]
openai>=1.30
anthropic>=0.25
mistralai>=1.0
httpx>=0.27
