-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPipfile
49 lines (46 loc) · 999 Bytes
/
Pipfile
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
41
42
43
44
45
46
47
48
49
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
click = "==8.0.4"
colorama = "==0.4.4"
dash = "==2.3.0"
dash-core-components = "==2.0.0"
dash-extensions = "==0.0.71"
dash-html-components = "==2.0.0"
dash-table = "==5.0.0"
gevent = "==21.12.0"
greenlet = "==1.1.2"
gunicorn = "==19.9.0"
itsdangerous = "==2.1.2"
jsbeautifier = "==1.14.0"
more-itertools = "==8.12.0"
mydf = "==0.0.14"
numpy = "==1.22.3"
pandas = "==1.4.1"
plotly = "==5.6.0"
pycparser = "==2.21"
python-dateutil = "==2.8.2"
pytz = "==2022.1"
six = "==1.16.0"
tenacity = "==8.0.1"
visdcc = "==0.0.50"
"zope.event" = "==4.5.0"
"zope.interface" = "==5.4.0"
Brotli = "==1.0.9"
EditorConfig = "==0.12.3"
Flask = "==2.0.1"
Flask-Caching = "==1.10.1"
Flask-Compress = "==1.11"
Jinja2 = "==3.1.0"
MarkupSafe = "==2.1.1"
Werkzeug = "==2.0.3"
colorlover = "==0.3.0"
joblib = "==1.1.0"
scikit-learn = "==1.0.2"
scipy = "==1.8.0"
threadpoolctl = "==3.1.0"
[dev-packages]
[requires]
python_version = "3.8"