-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathrequirements.txt
20 lines (20 loc) · 1.52 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
aiohttp==3.8.4; python_version >= "3.6" and python_full_version >= "3.5.3"
async-timeout==3.0.1; python_version >= "3.6" and python_full_version >= "3.5.3"
attrs==21.4.0; python_version >= "3.6" and python_full_version >= "3.5.3"
certifi==2022.12.7; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0"
chardet==4.0.0; python_version >= "3.6" and python_full_version >= "3.5.3"
charset-normalizer==2.0.12; python_full_version >= "3.6.0" and python_version >= "3"
click==8.1.3; python_version >= "3.7"
colorama==0.4.4; python_version >= "3.7" and python_full_version < "3.0.0" and platform_system == "Windows" or platform_system == "Windows" and python_version >= "3.7" and python_full_version >= "3.5.0"
decorator==5.1.1; python_version >= "3.5"
discord.py==1.7.3; python_full_version >= "3.5.3"
dynaconf==3.1.8; python_version >= "3.7"
idna==3.3; python_full_version >= "3.6.0" and python_version >= "3.6"
multidict==6.0.2; python_version >= "3.7" and python_full_version >= "3.5.3"
pymongo==4.3.3; python_full_version >= "3.6.2"
requests==2.27.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
typer==0.4.1; python_version >= "3.6"
typing-extensions==4.2.0; python_version >= "3.7" and python_full_version >= "3.5.3"
urllib3==1.26.9; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4"
validators==0.19.0; python_version >= "3.4"
yarl==1.7.2; python_version >= "3.6" and python_full_version >= "3.5.3"