-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
16 lines (15 loc) · 1.13 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--index-url https://pypi.tuna.tsinghua.edu.cn/simple
certifi==2020.12.5; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
chardet==4.0.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
colorama==0.4.4; python_version >= "3.5" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.5" and python_full_version >= "3.5.0"
fake-useragent==0.1.11
idna==2.10; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
loguru==0.5.3; python_version >= "3.5"
mypy-extensions==0.4.3; python_version >= "3.5"
mypy==0.800; python_version >= "3.5"
pysimplegui==4.34.0
requests==2.25.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
typed-ast==1.4.1; python_version >= "3.5"
typing-extensions==3.7.4.3; python_version >= "3.5"
urllib3==1.26.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4"
win32-setctime==1.0.3; sys_platform == "win32" and python_version >= "3.5"