# Core dependencies (mirrors pyproject.toml)
nest_asyncio>=1.5.0
openai>=1.0.0
rich>=13.0.0
prompt_toolkit>=3.0.0
httpx>=0.25.0
fastapi>=0.100.0
uvicorn>=0.23.0
websockets>=11.0
pyyaml>=6.0
aiofiles>=23.0
beautifulsoup4>=4.12.0
tiktoken>=0.5.0
mcp>=1.27.2
python-dotenv>=1.0.0
starlette>=1.2.1
pillow>=12.2.0

# ── Test / dev dependencies ───────────────────────────────────────────────
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-asyncio>=0.21.0
anyio>=4.13.0
httpx>=0.25.0
hypothesis>=6.0
