-
Notifications
You must be signed in to change notification settings - Fork 2
/
requirements.txt
20 lines (20 loc) · 1.23 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
beautifulsoup4==4.9.3
bs4==0.0.1
cachetools==4.2.2; python_version >= "3.5" and python_version < "4.0"
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"
decorator==5.0.9; python_version >= "3.5"
idna==2.10; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
lxml==4.6.3; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
numpy==1.20.3; python_version >= "3.7"
pandas==1.2.4; python_full_version >= "3.7.1"
py==1.10.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
pycoingecko==2.0.0
python-dateutil==2.8.1; python_full_version >= "3.7.1"
python-dotenv==0.17.1
pytz==2021.1; python_full_version >= "3.7.1"
requests==2.25.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
retry==0.9.2
six==1.16.0; python_full_version >= "3.7.1"
soupsieve==2.2.1; python_version >= "3.6"
urllib3==1.26.4; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4"