Files
anime_manager/requirements.txt
Imrayya bbcd9b7d9c feat: Add AniDB image support for Telegram success notifications
- Extract AniDB ID from folder path patterns {anidb4-XXXX}
- Fetch and send anime images with rename_success Telegram messages
- Fallback to text-only if image unavailable
- Add aiohttp dependency for async HTTP requests
2026-02-05 17:28:33 +07:00

7 lines
115 B
Plaintext

watchdog>=3.0.0
flask>=2.3.0
python-telegram-bot>=20.0
aiohttp>=3.9.0
toml>=0.10.2
Werkzeug>=2.3.0
requests>=2.32.5