- requirements.txt
This commit is contained in:
23
requirements.txt
Normal file
23
requirements.txt
Normal file
@@ -0,0 +1,23 @@
|
||||
# Основные зависимости для bot-news-linux-gaming
|
||||
# Обновлено: 2025-08-18
|
||||
|
||||
# Telegram клиент
|
||||
Telethon>=1.40.0
|
||||
|
||||
# HTTP запросы
|
||||
requests>=2.32.0
|
||||
|
||||
# Планировщик задач
|
||||
schedule>=1.2.0
|
||||
|
||||
# Логирование с цветами
|
||||
colorlog>=6.9.0
|
||||
|
||||
# Конвертация HTML в текст
|
||||
html2text>=2025.4.0
|
||||
|
||||
# Парсинг HTML
|
||||
beautifulsoup4>=4.13.0
|
||||
|
||||
# Discord клиент (опционально)
|
||||
# discord.py>=2.3.0
|
Reference in New Issue
Block a user