| # FastAPI and server dependencies | |
| fastapi>=0.115.0 | |
| uvicorn[standard]>=0.30.0 | |
| python-multipart>=0.0.9 | |
| # Browser automation | |
| playwright>=1.45.0 | |
| # Image processing | |
| Pillow>=11.0.0 | |
| # Web scraping and image fetching | |
| requests>=2.31.0 | |
| beautifulsoup4>=4.12.0 | |
| duckduckgo-search>=6.1.0 | |
| # Optional: for better performance | |
| python-json-logger>=2.0.7 | |