RSS-to-Telegram-Bot/requirements.txt

28 lines
414 B
Plaintext

# telegram and telegraph
cryptg==0.2.post4
telethon[cryptg]==1.23.0
aiographfix==0.2.2
# feed parsing
feedparser==6.0.8
listparser==0.18
#pillow==8.3.2
bs4==0.0.1
beautifulsoup4==4.10.0
lxml==4.6.3
fuzzywuzzy==0.18.0
emoji==1.6.0
# db
redis==3.5.3
# network
aiohttp==3.7.4.post0
aiohttp-socks==0.6.0
aiohttp-retry==2.4.6
python-socks[asyncio]==1.2.4
# utils
fasteners==0.16.3
colorlog==6.5.0
APScheduler==3.8.0