-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathrequirements.txt
11 lines (11 loc) · 968 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
ansicon==1.89.0; platform_system == "Windows" and python_version >= "2.7"
blessed==1.19.1; python_version >= "2.7"
certifi==2022.9.24; python_version >= "3.7" and python_version < "4"
charset-normalizer==2.1.1; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0"
colorama==0.4.5; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
idna==3.4; python_version >= "3.7" and python_version < "4"
jinxed==1.2.0; platform_system == "Windows" and python_version >= "2.7"
requests==2.28.1; python_version >= "3.7" and python_version < "4"
six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "2.7"
urllib3==1.26.12; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.7"
wcwidth==0.2.5; python_version >= "2.7"