-
Notifications
You must be signed in to change notification settings - Fork 2
/
requirements.txt
40 lines (40 loc) · 2.42 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
babel==2.11.0; python_version >= "3.6"
brotli==1.0.9
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"
chart-studio==1.1.0
click==8.1.3; python_version >= "3.7"
colorama==0.4.6; python_version >= "3.7" and python_full_version < "3.0.0" and platform_system == "Windows" or platform_system == "Windows" and python_version >= "3.7" and python_full_version >= "3.7.0"
dash-auth==1.4.1
dash-bootstrap-components==1.2.1; python_version >= "3.6" and python_version < "4"
dash-core-components==2.0.0; python_version >= "3.6" and python_version < "4"
dash-daq==0.5.0
dash-html-components==2.0.0; python_version >= "3.6" and python_version < "4"
dash-table==5.0.0; python_version >= "3.6" and python_version < "4"
dash==2.7.0; python_version >= "3.6"
flask-compress==1.13
flask-seasurf==1.1.1
flask==2.2.2; python_version >= "3.7" and python_version < "4"
gunicorn==20.1.0; python_version >= "3.5"
idna==3.4; python_version >= "3.7" and python_version < "4"
importlib-metadata==5.0.0; python_version < "3.10" and python_version >= "3.7"
itsdangerous==2.1.2; python_version >= "3.7"
jinja2==3.1.2; python_version >= "3.7"
markupsafe==2.1.1; python_version >= "3.7"
numpy==1.23.4
pandas==1.5.1; python_version >= "3.8"
plotly==5.11.0; python_version >= "3.6" and python_version < "4"
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"
python-dotenv==0.21.0; python_version >= "3.7"
python-slugify==6.1.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
pytz==2022.6; python_version >= "3.8"
requests==2.28.1; python_version >= "3.7" and python_version < "4"
retrying==1.3.3
setuptools==65.5.1; python_version >= "3.7"
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"
tenacity==8.1.0; python_version >= "3.6"
text-unidecode==1.3; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0"
ua-parser==0.16.1
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"
werkzeug==2.2.2; python_version >= "3.7"
zipp==3.10.0; python_version < "3.10" and python_version >= "3.7"