21 lines
729 B
Plaintext
21 lines
729 B
Plaintext
# Core dependencies
|
|
pygame>=2.0.0
|
|
beautifulsoup4>=4.9.0
|
|
lxml>=4.6.0
|
|
mutagen>=1.45.0
|
|
pypdf
|
|
mpv
|
|
requests>=2.25.0
|
|
|
|
# Braille display support (optional)
|
|
# Note: These are system packages, not pip packages
|
|
# Install with: sudo pacman -S brltty liblouis python-brlapi python-louis (Arch)
|
|
# or: sudo apt install brltty liblouis-bin python3-brlapi python3-louis (Debian/Ubuntu)
|
|
|
|
# Optional dependencies
|
|
# piper-tts: Install separately with voice models to /usr/share/piper-voices/
|
|
# ffmpeg: Install via system package manager for M4B/M4A support
|
|
# calibre: Install via system package manager for MOBI support (provides ebook-convert)
|
|
# brltty: System daemon for Braille display hardware
|
|
# liblouis: Braille translation library
|