44 lines
754 B
Plaintext
44 lines
754 B
Plaintext
|
|
# Core CLI and TUI frameworks
|
||
|
|
typer>=0.9.0
|
||
|
|
prompt-toolkit>=3.0.0
|
||
|
|
textual>=0.30.0
|
||
|
|
|
||
|
|
# Media processing and downloading
|
||
|
|
yt-dlp>=2023.11.0
|
||
|
|
requests>=2.31.0
|
||
|
|
httpx>=0.25.0
|
||
|
|
ffmpeg-python>=0.2.0
|
||
|
|
|
||
|
|
# Document and data handling
|
||
|
|
PyPDF2>=3.0.0
|
||
|
|
img2pdf>=0.6.0
|
||
|
|
mutagen>=1.46.0
|
||
|
|
cbor2>=4.0
|
||
|
|
|
||
|
|
# Image and media support
|
||
|
|
Pillow>=10.0.0
|
||
|
|
python-bidi>=0.4.2
|
||
|
|
|
||
|
|
# Metadata extraction and processing
|
||
|
|
musicbrainzngs>=0.7.0
|
||
|
|
beautifulsoup4>=4.12.0
|
||
|
|
lxml>=4.9.0
|
||
|
|
|
||
|
|
# Advanced searching and libraries
|
||
|
|
libgen-api>=1.0.0
|
||
|
|
aioslsk>=1.6.0
|
||
|
|
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
|