Spaces:
Sleeping
Sleeping
| # VIBE_LINK Backend - Production Dependencies | |
| # Optimized for minimal footprint and fast builds | |
| # Core Framework | |
| fastapi==0.115.0 | |
| uvicorn[standard]==0.32.0 | |
| python-multipart==0.0.12 | |
| # Headless Browser (Screenshot) | |
| pyppeteer==1.0.2 | |
| # AI & Image Generation | |
| google-generativeai==0.8.3 | |
| huggingface-hub==0.26.5 | |
| # Image Processing | |
| Pillow==11.0.0 | |
| # HTTP & API Requests | |
| requests==2.32.3 | |
| httpx==0.28.1 | |
| # Environment & Configuration | |
| python-dotenv==1.0.1 | |
| pydantic==2.10.5 | |
| pydantic-settings==2.7.0 | |
| # Async Support (optional optimization) | |
| aiofiles==23.2.1 | |