-
Notifications
You must be signed in to change notification settings - Fork 8
/
Pipfile
40 lines (37 loc) · 779 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
click = "==7.1.2"
gunicorn = "==20.0.4"
itsdangerous = "==1.1.0"
python-dotenv = "==0.14.0"
six = "==1.15.0"
Flask = "==1.1.2"
Flask-Cors = "==3.0.8"
Flask-SQLAlchemy = "==2.4.4"
Flask-WTF = "==0.14.3"
Jinja2 = "==2.11.2"
MarkupSafe = "==1.1.1"
SQLAlchemy = "==1.3.19"
Werkzeug = "==1.0.1"
WTForms = "==2.3.3"
Flask-JWT-Extended = "==3.24.1"
email-validator = "==1.1.2"
Flask-Migrate = "==2.5.3"
Flask-Login = "==0.5.0"
alembic = "==1.4.3"
python-dateutil = "==2.8.1"
python-editor = "==1.0.4"
Mako = "==1.1.3"
PyJWT = "==1.7.1"
dnspython = "==2.0.0"
idna = "==2.10"
[dev-packages]
psycopg2-binary = "==2.8.6"
autopep8 = "*"
pylint = "*"
pycodestyle = "*"
[requires]
python_version = "3.8"