aiohttp>=3.9.0
aiosqlite>=0.19.0
sqlalchemy>=2.0.0
tenacity>=8.2.0
pydantic>=2.0.0
python-dotenv>=1.0.0
filelock>=3.12.0
openai>=1.0.0

[all]
asyncpg>=0.29.0
aiomysql>=0.2.0
anthropic>=0.7.0
prometheus-client>=0.16.0
requests>=2.28.0

[anthropic]
anthropic>=0.7.0

[dev]
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-cov>=4.0.0
mypy>=1.0.0
ruff>=0.1.0
types-requests>=2.28.0

[http]
requests>=2.28.0

[mysql]
aiomysql>=0.2.0

[postgresql]
asyncpg>=0.29.0

[prometheus]
prometheus-client>=0.16.0
