Files
Medios-Macina/scripts/requirements.txt

50 lines
1.0 KiB
Plaintext
Raw Normal View History

2025-11-25 20:09:33 -08:00
# Core CLI and TUI frameworks
typer>=0.9.0
2025-12-20 23:57:44 -08:00
rich>=13.7.0
2025-11-25 20:09:33 -08:00
prompt-toolkit>=3.0.0
textual>=0.30.0
# Media processing and downloading
2025-12-16 23:23:43 -08:00
yt-dlp[default]>=2023.11.0
2025-11-25 20:09:33 -08:00
requests>=2.31.0
httpx>=0.25.0
2025-12-31 22:05:25 -08:00
# Ensure requests can detect encodings and ship certificates
charset-normalizer>=3.2.0
certifi>=2024.12.0
# Optional Telegram support installs telethon>=1.36.0 when [provider=telegram] is configured.
2025-12-26 21:04:09 -08:00
internetarchive>=4.1.0
2025-11-25 20:09:33 -08:00
# Document and data handling
2025-12-16 01:45:01 -08:00
pypdf>=3.0.0
2025-11-25 20:09:33 -08:00
mutagen>=1.46.0
cbor2>=4.0
2025-12-27 14:50:59 -08:00
zstandard>=0.23.0
2026-01-05 07:51:19 -08:00
pypandoc-binary
2025-11-25 20:09:33 -08:00
# Image and media support
Pillow>=10.0.0
python-bidi>=0.4.2
2025-12-23 16:36:39 -08:00
ffmpeg-python>=0.2.0
2025-11-25 20:09:33 -08:00
# Metadata extraction and processing
musicbrainzngs>=0.7.0
lxml>=4.9.0
# Advanced searching and libraries
2025-12-31 22:05:25 -08:00
# Optional Soulseek support installs aioslsk>=1.6.0 when [provider=soulseek] is configured.
2025-11-25 20:09:33 -08:00
imdbinfo>=0.1.10
# Encryption and security (if needed by Crypto usage)
pycryptodome>=3.18.0
# Data processing
bencode3
tqdm>=4.66.0
# Browser automation (for web scraping if needed)
playwright>=1.40.0
# Development and utilities
python-dateutil>=2.8.0
2026-01-05 07:51:19 -08:00