# telegram-turbo-downloader — dependencies
#
#   pip install -r requirements.txt

# --- Terminal UI ---
textual>=0.60.0

# --- Telegram client (required by the bundled engine) ---
Telethon>=1.38.0
psutil>=5.9.0

# --- Encryption acceleration (recommended, ~10x faster downloads) ---
cryptg>=0.4.0

# --- Proxy support (optional, only needed for SOCKS/HTTP proxy) ---
PySocks>=1.7.0
