| # Minimal requirements for Streamlit + WebSocket deployment | |
| streamlit>=1.28.0 | |
| fastapi>=0.104.0 | |
| uvicorn>=0.24.0 | |
| # WebSocket support | |
| websockets>=12.0 | |
| # Basic utilities only | |
| python-dotenv==1.0.0 | |
| python-dateutil==2.8.2 | |
| # For audio processing in WebRTC (minimal set) | |
| numpy>=1.21.0 |