-
Notifications
You must be signed in to change notification settings - Fork 1
/
Pipfile
48 lines (45 loc) · 950 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]
cachelib = "==0.9.0"
chardet = "==5.1.0"
click = "==8.1.3"
dnspython = "==2.2.1"
email-validator = "==1.3.0"
et-xmlfile = "==1.1.0"
flask = "==2.2.2"
flask-excel = "==0.0.7"
flask-login = "==0.6.2"
flask-session = "==0.4.0"
flask-sqlalchemy = "==3.0.2"
flask-wtf = "==1.0.1"
greenlet = "==2.0.1"
idna = "==3.4"
importlib-metadata = "==5.1.0"
itsdangerous = "==2.1.2"
jinja2 = "==3.1.2"
lml = "==0.1.0"
markupsafe = "==2.1.1"
numpy = "==1.24.1"
openpyxl = "==3.0.10"
pandas = "==1.5.2"
pyexcel = "==0.7.0"
pyexcel-io = "==0.6.6"
pyexcel-webio = "==0.1.4"
python-dateutil = "==2.8.2"
python-dotenv = "==0.21.0"
pytz = "==2022.7"
six = "==1.16.0"
sqlalchemy = "==1.4.45"
texttable = "==1.6.7"
werkzeug = "==2.2.2"
wtforms = "==3.0.1"
xlrd = "==2.0.1"
zipp = "==3.11.0"
psycopg2-binary = "*"
flask-mail = "*"
[dev-packages]
[requires]
python_version = "3.8"