-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
50 lines (47 loc) · 1011 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
50
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
gunicorn = "==20.0.4"
alembic = "==1.4.3"
click = "==7.1.2"
dnspython = "==2.0.0"
email-validator = "==1.1.2"
flask = "==1.1.2"
flask-login = "==0.5.0"
flask-migrate = "==2.5.3"
flask-sqlalchemy = "==2.4.4"
flask-wtf = "==0.14.3"
gcloud = "==0.17.0"
googleapis-common-protos = "==1.52.0"
httplib2 = "==0.18.1"
idna = "==2.10"
itsdangerous = "==1.1.0"
jinja2 = "==2.11.2"
jws = "==0.1.3"
mako = "==1.1.3"
markupsafe = "==1.1.1"
mysqlclient = "==2.0.1"
oauth2client = "==3.0.0"
pillow = "==8.0.1"
protobuf = "==3.14.0"
pyasn1 = "==0.4.8"
pyasn1-modules = "==0.2.8"
pycryptodome = "==3.4.3"
pymysql = "==0.10.1"
pyrebase = "==3.0.27"
python-dateutil = "==2.8.1"
python-editor = "==1.0.4"
python-jwt = "==2.0.1"
requests = "==2.11.1"
requests-toolbelt = "==0.7.0"
rsa = "==4.6"
six = "==1.15.0"
sqlalchemy = "==1.3.22"
wand = "==0.6.5"
werkzeug = "==1.0.1"
wtforms = "==2.3.3"
[requires]
python_version = "3.7"