# ComfyUI Text-to-Speech Node Dependencies
# GeekatPlay Studio
# YouTube: @geekatplay | @geekatplay-ru
# Patreon: https://patreon.com/geekatplay
# GitHub: https://github.com/GeekatPlayStudio

# Core TTS engines
edge-tts       # Microsoft Edge TTS (primary, high-quality neural voices)
pyttsx3        # Cross-platform TTS (fallback)

# Server and HTTP
flask          # Local TTS server
requests       # HTTP client for node-server communication