-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
36 lines (33 loc) · 700 Bytes
/
Copy pathPipfile
File metadata and controls
36 lines (33 loc) · 700 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]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
psycopg2-binary = "==2.8.6"
[packages]
click = "==7.1.2"
gunicorn = "==20.0.4"
itsdangerous = "==1.1.0"
python-dotenv = "==0.14.0"
six = "==1.15.0"
Flask-Cors = "==3.0.8"
Flask-Login = "==0.5.0"
Flask-SQLAlchemy = "==2.4.4"
Flask-WTF = "==0.14.3"
Flask = "==1.1.2"
Jinja2 = "==2.11.2"
MarkupSafe = "==1.1.1"
PyJWT = "==1.7.1"
SQLAlchemy = "==1.3.19"
Werkzeug = "==1.0.1"
WTForms = "==2.3.3"
googlemaps = "==4.4.2"
prettyprint = "==0.1.5"
requests = "==2.25.0"
Flask-JWT-Extended = "==3.24.1"
certifi = "==2020.11.8"
chardet = "==3.0.4"
idna = "==2.10"
urllib3 = "==1.26.2"
[requires]
python_version = "3.8"