# Lightweight dependencies for CI test runs (avoids GPU / vLLM installs)
atroposlib>=0.3.0

# Database (integration tests)
asyncpg>=0.29.0
psycopg2-binary>=2.9.9

# HTTP/API
httpx>=0.26.0
aiohttp>=3.9.0
requests>=2.31.0
openai>=1.0.0

# Config / typing
python-dotenv>=1.0.0
pydantic>=2.5.0
pyyaml>=6.0.1

# Testing
pytest>=7.4.0
pytest-asyncio>=0.21.0

# Utilities used by the training pipeline
wandb>=0.16.0
tqdm>=4.66.0
psutil>=5.9.0
numpy>=1.24.0
tenacity>=8.2.0
rich>=13.0.0
jsonlines>=4.0.0

