# ============================================================================ # Frozen Requirements - Exact Versions # ============================================================================ # Generated with: pip freeze # Date: $(date) # # This file contains ALL installed packages with exact versions. # Use this for production deployments to ensure consistency. # # To regenerate: source ~/cwms_venv/bin/activate && pip freeze > requirements-frozen.txt # # ============================================================================ # ---------------------------------------------------------------------------- # Core Framework # ---------------------------------------------------------------------------- fastapi==0.104.1 uvicorn==0.24.0 starlette==0.27.0 pydantic==2.12.5 pydantic-settings==2.12.0 pydantic_core==2.41.5 annotated-types==0.7.0 typing-extensions==4.15.0 # ---------------------------------------------------------------------------- # Template Engine # ---------------------------------------------------------------------------- Jinja2==3.1.2 MarkupSafe==3.0.3 Mako==1.3.10 # ---------------------------------------------------------------------------- # Async & File Operations # ---------------------------------------------------------------------------- aiofiles==23.2.1 anyio==3.7.1 sniffio==1.3.1 # ---------------------------------------------------------------------------- # Database # ---------------------------------------------------------------------------- SQLAlchemy==2.0.45 alembic==1.12.1 greenlet==3.3.0 # ---------------------------------------------------------------------------- # Data Processing # ---------------------------------------------------------------------------- pandas==2.3.3 numpy==2.4.0 scipy==1.16.3 # ---------------------------------------------------------------------------- # Machine Learning # ---------------------------------------------------------------------------- scikit-learn==1.8.0 joblib==1.5.3 threadpoolctl==3.6.0 tqdm==4.67.1 # ---------------------------------------------------------------------------- # HTTP Clients # ---------------------------------------------------------------------------- httpx==0.25.2 httpcore==1.0.9 h11==0.16.0 requests==2.31.0 urllib3==2.6.2 certifi==2025.11.12 charset-normalizer==3.4.4 idna==3.11 # ---------------------------------------------------------------------------- # Scheduling # ---------------------------------------------------------------------------- APScheduler==3.10.4 tzlocal==5.3.1 tzdata==2025.3 # ---------------------------------------------------------------------------- # Authentication & Security # ---------------------------------------------------------------------------- python-jose==3.5.0 cryptography==46.0.3 cffi==2.0.0 pycparser==2.23 ecdsa==0.19.1 rsa==4.9.1 pyasn1==0.6.1 pyasn1-modules==0.4.2 # ---------------------------------------------------------------------------- # Google AI Services # ---------------------------------------------------------------------------- google-generativeai==0.8.6 google-ai-generativelanguage==0.6.15 google-api-core==2.28.1 google-api-python-client==2.187.0 google-auth==2.45.0 google-auth-httplib2==0.3.0 googleapis-common-protos==1.72.0 grpcio==1.76.0 grpcio-status==1.71.2 protobuf==5.29.5 proto-plus==1.27.0 uritemplate==4.2.0 httplib2==0.31.0 # ---------------------------------------------------------------------------- # Utilities # ---------------------------------------------------------------------------- python-dotenv==1.2.1 PyYAML==6.0.1 python-dateutil==2.8.2 pytz==2023.3 cachetools==6.2.4 Werkzeug==3.1.4 click==8.3.1 python-multipart==0.0.21 six==1.17.0 pyparsing==3.3.1 typing-inspection==0.4.2 # ---------------------------------------------------------------------------- # Server & Performance # ---------------------------------------------------------------------------- uvloop==0.22.1 httptools==0.7.1 watchfiles==1.1.1 websockets==15.0.1 # ---------------------------------------------------------------------------- # Build Tools # ---------------------------------------------------------------------------- setuptools==80.9.0 wheel==0.45.1