forked from Rongronggg9/RSS-to-Telegram-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
41 lines (37 loc) · 909 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# telegram and telegraph
cryptg==0.4.0
telethon==1.36.0
aiographfix==0.2.2
# feed parsing
feedparser==6.0.11 # feedparser@git+https://github.com/Rongronggg9/feedparser.git@develop
listparser[lxml]==0.20
pillow==10.4.0
beautifulsoup4==4.12.3
lxml==5.3.0
rapidfuzz==3.9.7
emoji==2.12.1
minify-html==0.15.0
minify-html-onepass==0.15.0
matplotlib==3.9.2
# db
asyncpg==0.29.0
tortoise-orm[accel]==0.21.6
aerich==0.7.2
# network
aiohttp[speedups]==3.10.5
aiohttp-socks==0.9.0
aiohttp-retry==2.8.3
python-socks[asyncio]==2.5.1
dnspython[idna]==2.6.1
# utils
yarl==1.11.1
colorlog==6.8.2
APScheduler==3.10.4
python-dotenv==1.0.1
multidict==6.1.0
asyncstdlib==3.12.5
cachetools==5.5.0
CJKwrap==2.2
typing-extensions==4.12.2
uvloop==0.20.0; sys_platform!='win32' and sys_platform!='cygwin' and sys_platform!='cli'
isal==1.7.0; platform_machine=='x86_64' or platform_machine=='AMD64' or platform_machine=='aarch64'