-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
36 lines (33 loc) · 672 Bytes
/
Pipfile
File metadata and controls
36 lines (33 loc) · 672 Bytes
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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
click = "==7.1.2"
cycler = "==0.10.0"
Flask = "==1.1.2"
gunicorn = "==20.0.4"
itsdangerous = "==1.1.0"
Jinja2 = "==2.11.3"
joblib = "==1.0.1"
kiwisolver = "==1.3.1"
MarkupSafe = "==1.1.1"
matplotlib = "==3.3.4"
numpy = "==1.20.1"
pandas = "==1.2.2"
Pillow = "==8.1.0"
pyparsing = "==2.4.7"
python-dateutil = "==2.8.1"
pytz = "==2021.1"
requests = "==2.26.0"
scikit-learn = "==0.24.1"
scipy = "==1.6.1"
seaborn = "==0.11.1"
six = "==1.15.0"
sklearn = "==0.0"
threadpoolctl = "==2.1.0"
Werkzeug = "==1.0.1"
reportlab = "==3.6.3"
[dev-packages]
[requires]
python_version = "3.8"