-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
48 lines (45 loc) · 926 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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
alembic = "==0.9.9"
click = "==8.0.3"
cycler = "==0.10.0"
dnspython = "==2.1.0"
flask = "==2.0.2"
idna = "==3.3"
itsdangerous = "==2.0.1"
Jinja2 = "==3.0.2"
joblib = "==1.1.0"
kiwisolver = "==1.3.2"
Mako = "==1.0.7"
markupsafe = "==2.0.1"
matplotlib = "==3.4.3"
numpy = "==1.21.2"
opencv-python = "*"
opencv-python-headless = "*"
opencv-contrib-python-headless = "*"
pandas = "==1.3.4"
pillow = "==8.4.0"
pycparser = "==2.18"
pyparsing = "==2.4.7"
python-dateutil = "==2.8.2"
python-editor = "==1.0.3"
pytz = "==2021.3"
scikit-learn = "==1.0"
scipy = "==1.7.1"
six = "==1.11.0"
sqlalchemy = "==1.2.6"
threadpoolctl = "==3.0.0"
werkzeug = "==2.0.2"
WTForms = "==2.3.3"
Flask-SQLAlchemy = "*"
flask-migrate = "*"
flask-login = "*"
flask-wtf = "*"
email-validator = "*"
sklearn = "*"
[dev-packages]
[requires]
python_version = "3.8"