# 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