Files
watch_sceen_ai/requirements.txt

18 lines
531 B
Plaintext

# Core skeleton has NO required third-party deps (mock mode is pure stdlib).
# Install extras per backend you enable:
# --- screen capture (WSAI_SOURCE=mss) ---
# mss
# pillow
# --- cloud eyes + brain (WSAI_VISION=claude / WSAI_BRAIN=claude) ---
# anthropic
# --- planned voice backends (not yet implemented) ---
# faster-whisper # STT (input = Discord voice reception, not a local mic)
# (Opus decode for Discord voice audio, e.g. via the selfbot/ffmpeg path)
# (a Korean TTS engine, e.g. MeloTTS)
# --- dev ---
# pytest