-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
19 lines (19 loc) · 1.41 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
aiohttp>=3.8.1; python_version >= "3.6"
aiosignal>=1.2.0; python_version >= "3.6"
async-timeout>=4.0.2; python_version >= "3.6"
attrs>=21.4.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
certifi>=2022.6.15; python_version >= "3.7" and python_version < "4"
charset-normalizer>=2.1.0; python_full_version >= "3.6.0" and python_version >= "3.7" and python_version < "4"
colorama>=0.4.5; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
frozenlist>=1.3.0; python_version >= "3.7"
idna>=3.3; python_version >= "3.7" and python_version < "4"
multidict>=6.0.2; python_version >= "3.7"
numpy>=1.23.1
pandas>=1.4.3; python_version >= "3.8"
python-dateutil>=2.8.2; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.8"
pytz>=2021.3
requests>=2.28.1; python_version >= "3.7" and python_version < "4"
six>=1.16.0; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.8"
tqdm>=4.64.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
urllib3>=1.26.10; 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"
yarl>=1.7.2; python_version >= "3.6"