-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
37 lines (37 loc) · 5.83 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
aiodns==3.0.0
aiohttp==3.8.1; python_full_version >= "3.8.0" and python_version < "3.11" and python_version >= "3.6"
aiosignal==1.2.0; python_full_version >= "3.8.0" and python_version < "3.11" and python_version >= "3.6"
async-timeout==4.0.2; python_full_version >= "3.8.0" and python_version < "3.11" and python_version >= "3.6"
asyncpg==0.25.0; python_full_version >= "3.6.0"
attrs==21.4.0; python_full_version >= "3.8.0" and python_version < "3.11" and python_version >= "3.6"
brotli==1.0.9
cchardet==2.1.7
cffi==1.15.0
charset-normalizer==2.0.12; python_full_version >= "3.8.0" and python_version < "3.11" and python_version >= "3.6"
ciso8601==2.2.0
colorama==0.4.4; python_full_version >= "3.8.0" and python_version < "3.11" and sys_platform == "win32" and python_version >= "3.6"
colorlog==6.6.0; python_full_version >= "3.8.0" and python_version < "3.11" and python_version >= "3.6"
dateparser @ git+https://github.com/scrapinghub/[email protected] ; python_version >= "3.5"
frozenlist==1.3.0; python_full_version >= "3.8.0" and python_version < "3.11" and python_version >= "3.7"
hikari-lightbulb==2.2.1; python_full_version >= "3.8.0" and python_version < "3.11"
hikari-miru==1.1.0; python_full_version >= "3.8.0" and python_version < "3.11"
hikari==2.0.0.dev108; python_full_version >= "3.8.0" and python_version < "3.11"
idna==3.3; python_full_version >= "3.8.0" and python_version < "3.11" and python_version >= "3.6"
jarowinkler==1.0.2; python_version >= "3.6"
kosu @ git+https://github.com/HyperGH/kosu.git@main ; python_full_version >= "3.8.0" and python_version < "3.11"
samurohtein==0.18.1; python_version >= "3.6"
multidict==6.0.2; python_full_version >= "3.8.0" and python_version < "3.11" and python_version >= "3.7"
pillow==9.1.1; python_version >= "3.7"
psutil==5.9.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
pycares==4.1.2
pycparser==2.21; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
python-dateutil==2.8.2; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.5"
pytz-deprecation-shim==0.1.0.post0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6"
pytz==2022.1; python_version >= "3.5"
rapidfuzz==2.0.11; python_version >= "3.6"
regex==2022.3.2; python_version >= "3.6"
six==1.16.0; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.5"
tzdata==2022.1; platform_system == "Windows" and python_version >= "3.6" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6")
tzlocal==4.2; python_version >= "3.6"
uvloop==0.16.0; sys_platform == "linux"
yarl==1.7.2; python_full_version >= "3.8.0" and python_version < "3.11" and python_version >= "3.6"