# PAW Server Dependencies
fastapi>=0.115.0
uvicorn[standard]>=0.30.0
gunicorn>=22.0.0
pydantic>=2.9.0
pydantic-settings>=2.5.0
httpx>=0.27.0
redis>=5.0.0
celery[redis]>=5.4.0
sqlalchemy[asyncio]>=2.0.0
asyncpg>=0.29.0
alembic>=1.13.0
python-jose[cryptography]>=3.3.0
structlog>=24.4.0
pydantic[email]>=2.9.0

# Testing
pytest>=8.0.0
pytest-asyncio>=0.24.0
httpx>=0.27.0

# GPU services (installed separately on GPU server)
# vllm>=0.18.0
# torch>=2.0.0
# transformers>=4.45.0
