# Runtime dependencies. The installer installs these with `pip install --user`;
# a dev checkout installs them with `pip install -r requirements.txt`.
pyyaml>=6.0
rich>=13.0
prompt_toolkit>=3.0
# Browser toolset + render_html_image. The package alone is small; the actual
# browser is a separate step: python -m playwright install chromium
playwright>=1.40

# Optional - speech-to-text for /subs (installer flag -WithTranscription):
#   pip install faster-whisper>=1.0
