-
Notifications
You must be signed in to change notification settings - Fork 2
/
requirements.txt
37 lines (37 loc) · 1.06 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
alembic >=1.8.1
certifi >=2022.9.24
charset-normalizer >=2.1.1
click >=8.1.3
colorama >=0.4.6
dash >=2.7.0
dash-core-components >=2.0.0
dash-html-components >=2.0.0
dash-table >=5.0.0
Flask >=2.2.2
Flask-Migrate >=4.0.0
Flask-Script >=2.0.6
Flask-SQLAlchemy >=3.0.2
Flask-WTF >=1.0.1
greenlet >=2.0.1
gunicorn >=20.1.0
idna >=3.4
itsdangerous >=2.1.2
Jinja2 >=3.1.2
Mako >=1.2.3
MarkupSafe >=2.1.1
numpy >=1.23.4
pandas >=1.5.1
pip >=22.3.1
plotly >=5.11.0
psycopg2 >=2.9.5
psycopg2-binary >=2.9.5
python-dateutil >=2.8.2
pytz >=2022.6
requests >=2.28.1
setuptools >=65.5.1
six >=1.16.0
SQLAlchemy >=1.4.44
tenacity >=8.1.0
urllib3 >=1.26.12
Werkzeug >=2.2.2
WTForms >=3.0.1