forked from Rongronggg9/RSS-to-Telegram-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
40 lines (36 loc) · 981 Bytes
/
Copy pathrequirements.txt
File metadata and controls
40 lines (36 loc) · 981 Bytes
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
# telegram and telegraph
cryptg==0.3.1
telethon==1.24.0
aiographfix==0.2.2
# feed parsing
feedparser==6.0.10 # feedparser@git+https://github.com/Rongronggg9/feedparser.git@develop
listparser==0.18
pillow==9.1.1
beautifulsoup4==4.11.1
lxml==4.8.0
rapidfuzz==2.0.11
emoji==1.7.0
minify-html>=0.6.10, <=0.8.0 # 0.6.10 for Python 3.7 (however, minify-html<0.7.0 comes with no arm64 support)
matplotlib==3.5.2
# db
asyncpg==0.25.0 # asyncpg@git+https://github.com/Rongronggg9/asyncpg.git@fix/pep-621
tortoise-orm[accel]==0.19.1
aerich==0.6.3
# network
aiohttp[speedups]==3.8.1
aiohttp-socks==0.7.1
aiohttp-retry==2.4.6
python-socks[asyncio]==2.0.3
dnspython[idna]==2.2.1
url-normalize==1.4.3
# utils
colorlog==6.6.0
APScheduler==3.9.1
python-dotenv==0.20.0
multidict==6.0.2
attrs==21.4.0
asyncstdlib==3.10.4
cachetools==5.1.0
CJKwrap==2.2
typing-extensions==4.2.0
uvloop==0.16.0; python_version>="3.7" and sys_platform!='win32' and sys_platform!='cygwin' and sys_platform!='cli'