-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
17 lines (17 loc) · 1.31 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
beautifulsoup4==4.9.3
certifi==2021.5.30; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0"
charset-normalizer==2.0.4; python_full_version >= "3.6.0" and python_version >= "3"
click==8.0.1; python_version >= "3.6"
colorama==0.4.4; python_version >= "3.6" and python_full_version < "3.0.0" and platform_system == "Windows" or platform_system == "Windows" and python_version >= "3.6" and python_full_version >= "3.5.0"
idna==3.2; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.5"
numpy==1.21.1; python_version >= "3.7" and python_full_version >= "3.7.1"
pandas>=1.3.0; python_full_version >= "3.7.1"
psycopg2==2.9.1; python_version >= "3.6"
python-dateutil==2.8.2; python_full_version >= "3.7.1"
python-dotenv==0.19.0; python_version >= "3.5"
pytz==2021.1; python_full_version >= "3.7.1"
requests==2.26.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
six==1.16.0; python_full_version >= "3.7.1"
soupsieve==2.2.1; python_version >= "3.6"
unidecode==1.2.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
urllib3==1.26.6; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4"