| fastapi==0.104.1 | |
| uvicorn[standard]==0.24.0 | |
| python-multipart==0.0.6 | |
| python-dotenv==1.0.0 | |
| pydantic==2.5.0 | |
| # API Clients | |
| requests==2.31.0 | |
| groq==0.9.0 | |
| # Audio processing (optionnel si vous avez besoin de traitement local) | |
| soundfile==0.12.1 | |
| # Hugging Face | |
| transformers==4.35.0 | |
| torch==2.0.1+cpu | |
| --extra-index-url https://download.pytorch.org/whl/cpu | |
| # Autres dépendances | |
| numpy==1.26.4 |