| # FastAPI Dependencies for SmolVLM2 Video Highlights API | |
| # Add these to your existing requirements.txt | |
| fastapi==0.104.1 | |
| uvicorn[standard]==0.24.0 | |
| python-multipart==0.0.6 | |
| pydantic==2.5.0 | |
| python-jose[cryptography]==3.3.0 | |
| passlib[bcrypt]==1.7.4 | |
| # Video processing dependency for torchvision | |
| av>=10.0.0 | |