# Web framework fastapi==0.115.0 uvicorn==0.30.6 # Database sqlalchemy==2.0.35 psycopg2-binary==2.9.9 pgvector==0.3.2 # ML / Embeddings sentence-transformers==3.0.1 torch==2.4.1 # NLP spacy==3.7.6 # Redis redis==5.0.8 # Google Auth google-auth==2.35.0 google-auth-httplib2==0.2.0 # HTTP requests==2.32.3 # Environment python-dotenv==1.0.1 # Pydantic (used by FastAPI) pydantic==2.9.2