# MAC - MBM AI Cloud # Core fastapi==0.115.6 uvicorn[standard]==0.34.0 pydantic==2.10.4 pydantic-settings==2.7.1 # Database sqlalchemy[asyncio]==2.0.36 asyncpg==0.30.0 alembic==1.14.1 aiosqlite==0.20.0 # Auth python-jose[cryptography]==3.3.0 bcrypt==4.2.1 # Redis redis[hiredis]==5.2.1 # HTTP client (for LLM proxy & search) httpx==0.28.1 sse-starlette==2.2.1 # RAG / Vector DB qdrant-client==1.12.1 # Utils python-multipart==0.0.20 aiofiles==24.1.0 # Push Notifications pywebpush==2.0.1 # Process monitoring psutil==6.1.1 # Notebooks / Kernel execution websockets>=12.0 GPUtil>=1.4.0 # PDF generation fpdf2==2.8.2 # Testing pytest==8.3.4 pytest-asyncio==0.25.0