Files
ha-voice-control-mcp/requirements.txt
T

28 lines
472 B
Plaintext
Raw Normal View History

2026-05-10 02:24:34 +02:00
# MCP protocol
mcp>=1.0.0
# Web server + API
fastapi>=0.110.0
uvicorn[standard]>=0.29.0
python-multipart>=0.0.9
aiofiles>=23.0.0
# HTTP client (Home Assistant API)
httpx>=0.27.0
# Whisper speech-to-text (lokale modus)
faster-whisper>=1.0.0
# OpenAI API (optioneel, voor API-gebaseerde whisper)
openai>=1.0.0
# Database clients
psycopg2-binary>=2.9.0
# Configuratie & data validatie
pydantic>=2.0.0
pydantic-settings>=2.0.0
# .env bestand laden
python-dotenv>=1.0.0