pydantic>=2.0
httpx>=0.27
aiofiles>=23.0
groq>=0.9
typer>=0.12
rich>=13.0

[all-tools]
beautifulsoup4>=4.12
aiosqlite>=0.20
asyncpg>=0.29

[dev]
pytest>=8.0
pytest-asyncio>=0.23
python-dotenv>=1.0

[github]
PyGithub>=2.0

[otel]
opentelemetry-api>=1.24
opentelemetry-sdk>=1.24

[rag]
chromadb>=0.5
sentence-transformers>=3.0
pypdf>=4.0

[scraping]
beautifulsoup4>=4.12

[sql]
aiosqlite>=0.20
asyncpg>=0.29
