# PromptForge v4.0 — Python dependencies # Install: pip install -r requirements.txt # ── Core framework ──────────────────────────────────────────────────── fastapi>=0.111.0,<0.120.0 uvicorn[standard]>=0.29.0,<0.35.0 pydantic>=2.7.0,<3.0.0 python-multipart>=0.0.9 # ── HTTP client (AI providers) ──────────────────────────────────────── httpx>=0.27.0,<0.30.0 # ── Dev / testing ───────────────────────────────────────────────────── pytest>=8.2.0 pytest-asyncio>=0.23.0 httpx>=0.27.0 # also needed by TestClient # ── Optional: static file serving ──────────────────────────────────── aiofiles>=23.2.1