-
-
Notifications
You must be signed in to change notification settings - Fork 362
Expand file tree
/
Copy pathrequirements.txt
More file actions
44 lines (40 loc) · 1.1 KB
/
Copy pathrequirements.txt
File metadata and controls
44 lines (40 loc) · 1.1 KB
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
42
43
44
# telegram and telegraph
cryptg==0.5.0.post0
telethon==1.40.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==11.3.0
beautifulsoup4==4.12.3
lxml==5.4.0
rapidfuzz==3.13.0
emoji==2.14.1
minify-html==0.16.4
minify-html-onepass==0.16.4
matplotlib==3.9.4
# db
asyncpg==0.30.0
tortoise-orm[accel]==0.25.1
aiosqlite<0.22 # aiosqlite>=0.22 is incompatible with tortoise-orm==0.25.1 SQLite backend
asyncclick<8.3; python_version < '3.11' # asyncclick 8.3.0.3 misses its anyio dependency on Python 3.10
aerich==0.8.1
# network
aiohttp[speedups]==3.12.14
aiohttp-socks==0.10.1
aiohttp-retry==2.9.1
python-socks[asyncio]==2.7.1
dnspython[idna]==2.7.0
# utils
yarl==1.20.1
propcache==0.3.2
colorlog==6.9.0
APScheduler==3.11.0
python-dotenv==1.1.1
multidict==6.6.3
asyncstdlib==3.13.1
cachetools==6.1.0
CJKwrap==2.2
typing-extensions==4.14.1
uvloop==0.21.0; sys_platform!='win32' and sys_platform!='cygwin' and sys_platform!='cli'
isal==1.7.2; platform_machine=='x86_64' or platform_machine=='AMD64' or platform_machine=='aarch64'