# Core Framework fastapi==0.116.1 uvicorn==0.35.0 pydantic==2.11.7 pydantic-settings==2.10.1 # Database sqlalchemy==2.0.42 alembic==1.16.4 psycopg2-binary==2.9.10 asyncpg==0.30.0 # Authentication & Security python-jose[cryptography]==3.5.0 passlib[bcrypt]==1.7.4 bcrypt<4.0.0 python-multipart==0.0.20 # SMS Authentication twilio==9.7.0 # Redis (for token blacklisting) redis==6.2.0 # Utilities python-dotenv==1.1.1 httpx==0.28.1 email-validator==2.2.0 # LLM Providers openai==1.97.1 groq==0.30.0 google-generativeai==0.8.5 Pillow==11.3.0 # Document Processing PyPDF2==3.0.1 pytz python-decouple # firebase notification firebase-admin