-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrequirements.txt
57 lines (50 loc) · 1.12 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# base discord stuff
aiohttp==3.8.1
# Discord.py/pycord git
# -e git+https://github.com/naoTimesdev/ndiscord.py.git@fbc933d18161763e198233cbe49e43b3e2669ddd#egg=ndiscord.py
disnake[speed]==2.4.0
# wavelink
-e git+https://github.com/noaione/Wavelink.git@eda576b6a2e2a169c6122dd50dcd8652c4ac695e#egg=wavelink
# Performance enhancer
orjson==3.6.7
Brotli==1.0.9
cchardet==2.1.7
uvloop==0.16.0; os_name == "posix"
hiredis==2.0.0; implementation_name == "cpython"
# Bot helper
aiofiles==0.8.0
aiolimiter==1.0.0
dnspython==2.2.1 # needed for motor tls connection
# ujson<=4
# Database related
aioredis==2.0.1
motor==2.3.1
odmantic==0.3.5
# Showtimes + FansubRSS stuff
beautifulsoup4==4.10.0
feedparser==6.0.8
schema==0.7.5
markdownify==0.10.3
# Other
kbbi==0.4.3
tesaurus==0.1.3
python-magic==0.4.25
python-magic-bin==0.4.14; os_name == "nt"
pyparsing==3.0.7
Pillow==9.0.1
pyppeteer==1.0.2
cutlet==0.1.19
unidic-lite==1.0.8
arrow==1.2.2
psutil==5.9.0
# logging
colorama==0.4.4
coloredlogs==15.0.1
sentry-sdk==1.5.8
# Extra dependencies tree
regex==2022.3.15
urllib3==1.26.9
yarl==1.7.2
certifi==2021.10.8
typing-extensions==4.1.1
packaging==21.3