Files
stealergram/requirements.txt
anti 741e6bb0d3 Rename to stealergram, add pyproject.toml, purge em-dashes
- Rename project to stealergram throughout
- Add pyproject.toml (replaces requirements.txt split, folds pytest.ini)
- Replace all em-dashes with hyphens across all source files

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-19 10:06:30 -04:00

25 lines
272 B
Plaintext

# Telegram
telethon
tgcrypto
# TUI
textual
# Config
python-dotenv
# Progress bars (CLI mode)
tqdm
# Archive extraction
py7zr
rarfile
# Web frontend (optional - only needed with --web)
fastapi
uvicorn[standard]
jinja2
python-multipart
bcrypt
python-jose[cryptography]