# Hermes Voice Client — Dependencies
# Installation: pip install -r requirements.txt

# Speech-to-Text (lokal auf CPU)
faster-whisper>=1.0.0

# Audio I/O
sounddevice>=0.4.6
numpy>=1.24.0
scipy>=1.11.0

# Text-to-Speech
edge-tts>=6.1.9

# Screen Capture
mss>=9.0.1
Pillow>=10.0.0

# HTTP Client
httpx>=0.27.0

# Audio Playback
pygame>=2.5.0

# GUI
customtkinter>=5.2.0

# Globaler Hotkey
pynput>=1.7.6
