forked from modmail-dev/Modmail
-
Notifications
You must be signed in to change notification settings - Fork 2
/
requirements.txt
44 lines (44 loc) · 1.48 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
-i https://pypi.org/simple
aiodns==3.2.0
aiohappyeyeballs==2.4.3; python_version >= '3.8'
aiohttp==3.10.11; python_version >= '3.8'
aiosignal==1.3.1; python_version >= '3.7'
async-timeout==5.0.1; python_version < '3.11'
attrs==24.2.0; python_version >= '3.7'
brotli==1.1.0
cairocffi==1.7.0; python_version >= '3.8'
cairosvg==2.7.1
certifi==2024.6.2; python_version >= '3.6'
cffi==1.16.0; python_version >= '3.8'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
colorama==0.4.6
cssselect2==0.7.0; python_version >= '3.7'
defusedxml==0.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
discord.py[speed]==2.3.2
dnspython==2.6.1; python_version >= '3.8'
emoji==2.8.0
frozenlist==1.5.0; python_version >= '3.8'
idna==3.10; python_version >= '3.6'
isodate==0.6.1
lottie[pdf]==0.7.0
motor==3.3.2
multidict==6.1.0; python_version >= '3.8'
natural==0.2.0
orjson==3.10.3
packaging==23.2
parsedatetime==2.6
pillow==10.3.0; python_version >= '3.8'
propcache==0.2.0; python_version >= '3.8'
pycares==4.4.0; python_version >= '3.8'
pycparser==2.22; python_version >= '3.8'
pymongo[srv]==4.7.2
python-dateutil==2.8.2
python-dotenv==1.0.0
requests==2.32.2; python_version >= '3.8'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
tinycss2==1.3.0; python_version >= '3.8'
typing-extensions==4.12.2; python_version < '3.11'
urllib3==2.2.1; python_version >= '3.8'
uvloop==0.19.0; sys_platform != 'win32'
webencodings==0.5.1
yarl==1.17.2; python_version >= '3.9'