# FastAPI fastapi==0.109.0 uvicorn[standard]==0.27.0 python-multipart==0.0.6 # WebSockets python-socketio==5.11.0 # Database sqlalchemy==2.0.25 asyncpg==0.29.0 alembic==1.13.1 psycopg2-binary==2.9.9 # Redis redis==5.0.1 aioredis==2.0.1 # Authentication python-jose[cryptography]==3.3.0 passlib[bcrypt]==1.7.4 # AI anthropic==0.18.1 # Utilities pydantic==2.6.0 pydantic-settings==2.1.0 python-dotenv==1.0.0 # Scheduler apscheduler==3.10.4 # Testing pytest>=7.0.0,<8.0.0 pytest-asyncio==0.23.4 httpx==0.26.0