-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
56 lines (53 loc) · 1.12 KB
/
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
51
52
53
54
55
56
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
alembic = "==1.3.1"
attrs = "==19.3.0"
certifi = "==2019.11.28"
cffi = "==1.13.2"
chardet = "==3.0.4"
click = "==7.0"
flask = "==1.1.1"
flask-cors = "==3.0.8"
flask-jwt-extended = "==3.24.1"
flask-login = "==0.5.0"
flask-migrate = "==2.5.2"
flask-sqlalchemy = "==2.4.1"
flask-wtf = "==0.14.3"
gunicorn = "==20.0.4"
idna = "==2.9"
itsdangerous = "==1.1.0"
jinja2 = "==2.10.3"
mako = "==1.1.0"
markupsafe = "==1.1.1"
mysqlclient = "==1.4.6"
naked = "==0.1.31"
passlib = "==1.7.2"
pluggy = "==0.13.1"
py = "==1.8.0"
pycparser = "==2.19"
PyJWT = "==1.7.1"
pyparsing = "==2.4.5"
pytest = "==5.3.1"
pytest-cov = "==2.8.1"
pytest-flask = "==0.15.0"
pytest-flask-sqlalchemy = "==1.0.2"
pytest-mock = "==1.13.0"
pytest-repeat = "==0.8.0"
python-dateutil = "==2.8.1"
python-dotenv = "==0.12.0"
python-editor = "==1.0.4"
pyyaml = "==5.3"
sentry-sdk = "==0.14.3"
six = "==1.14.0"
SQLAlchemy = "==1.3.11"
urllib3 = "==1.25.8"
wcwidth = "==0.1.7"
werkzeug = "==0.16.0"
wtforms = "==2.2.1"
yagmail = "==0.11.224"
[dev-packages]
[requires]
python_version = "3.8"