| fastapi==0.104.1 | |
| uvicorn[standard]==0.24.0 | |
| python-multipart==0.0.6 | |
| python-dotenv==1.0.0 | |
| gtts==2.3.2 | |
| pydantic==2.5.0 | |
| # Optional - comment out if causing issues | |
| SpeechRecognition==3.10.0 | |
| pyttsx3==2.90 | |
| # NLP models (optional) | |
| transformers==4.35.0 | |
| torch==2.0.1 | |
| accelerate==0.20.0 | |
| huggingface_hub==0.19.0 | |
| protobuf==3.20.0 | |
| # Audio processing | |
| soundfile==0.12.1 | |
| requests==2.31.0 |