| # --- START OF FILE requirements.txt --- | |
| selenium | |
| gradio==5.25.2 # Row / Column API が安定した 5 系最新版 :contentReference[oaicite:1]{index=1} | |
| Pillow | |
| fastapi | |
| uvicorn # extras を外して websockets 依存を明示管理 | |
| huggingface_hub | |
| google-genai==1.11.* # ThinkingConfig 対応版 | |
| websockets>=13,<15.1 # gradio-client & google‑genai が共通で許容する範囲 :contentReference[oaicite:2]{index=2} | |
| # --- END OF FILE requirements.txt --- | |