# Slim dependency set for the containerized brain bridge. # Excludes the upstream desktop GUI / dictation / packaging / alternate-TTS # stack (PyQt6, pyinstaller, sounddevice, webrtcvad, pynput, pygame, # chatterbox-tts/torch, mlx) which are unused in the Discord+VNC deployment. # --- Brain runtime (imported when the reply engine loads) --- python-dotenv==1.0.1 faster-whisper==1.0.3 mcp==1.13.1 numpy<2.0.0 rapidfuzz==3.6.1 requests==2.32.3 # --- Bridge HTTP service --- flask>=3.0.0 # --- Text-to-speech (Piper) --- piper-tts>=1.3.0 # --- Built-in tools (lazily imported; needed for full functionality) --- beautifulsoup4>=4.12.0 lxml>=4.9.0 html2text>=2020.1.16 geoip2==4.8.0 Pillow==10.4.0 pytesseract==0.3.13 faiss-cpu>=1.7.4