-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
48 lines (48 loc) · 2.47 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
-i https://pypi.org/simple
aiohttp==3.9.4; python_version >= '3.8'
aiosignal==1.2.0; python_version >= '3.6'
appdirs==1.4.4
async-timeout==4.0.2; python_version >= '3.6'
attrs==21.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
beautifulsoup4==4.11.1; python_full_version >= '3.6.0'
cattrs==1.10.0; python_version >= '3.7' and python_version < '4.0'
certifi==2024.7.4; python_version >= '3.6'
cffi==1.16.0; platform_python_implementation != 'PyPy'
chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
charset-normalizer==2.0.12; python_full_version >= '3.5.0'
colorama==0.4.4; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
commonmark==0.9.1
cryptography==42.0.5; python_version >= '3.7'
ffmpeg-python==0.2.0
frozenlist==1.3.1; python_version >= '3.7'
future==1.0.0; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
idna==3.7; python_version >= '3.5'
imageio-ffmpeg==0.4.9; python_version >= '3.5'
importlib-metadata==4.11.2; python_version >= '3.7'
jeepney==0.8.0; sys_platform == 'linux'
keyring==23.5.0; python_version >= '3.7'
multidict==6.0.2; python_version >= '3.7'
numpy==1.26.4; python_version >= '3.9'
orjson==3.9.15; python_version >= '3.8'
py-cord==2.5.0; python_version >= '3.8'
pycord==0.1.1; python_version >= '3.5'
pycparser==2.22; python_version >= '3.8'
pygments==2.15.0; python_version >= '3.7'
pyrate-limiter==2.6.0; python_full_version >= '3.6.2' and python_full_version < '4.0.0'
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
python-dotenv==1.0.1; python_version >= '3.8'
python-forge==18.6.0
requests==2.32.2; python_version >= '3.8'
requests-cache==0.9.3; python_version >= '3.7' and python_version < '4.0'
requests-ratelimiter==0.2.1; python_full_version >= '3.6.2' and python_full_version < '4.0.0'
rich==10.11.0; python_version >= '3.6' and python_version < '4.0'
secretstorage==3.3.3; sys_platform == 'linux'
setuptools==69.5.1; python_version >= '3.8'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
soupsieve==2.3.2.post1; python_version >= '3.6'
typing-extensions==4.1.1; python_version >= '3.6'
url-normalize==1.4.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
urllib3==1.26.19; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
wcwidth==0.2.5
yarl==1.7.2; python_version >= '3.6'
zipp==3.7.0; python_version >= '3.7'