-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
52 lines (49 loc) · 1013 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
51
52
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
alembic = "==1.0.8"
astroid = "==2.2.5"
autopep8 = "==1.4.3"
bcrypt = "==3.1.6"
certifi = "==2019.3.9"
cffi = "==1.12.2"
chardet = "==3.0.4"
click = "==7.0"
cssmin = "==0.2.0"
gunicorn = "==19.9.0"
idna = "==2.8"
isort = "==4.3.15"
itsdangerous = "==1.1.0"
jsmin = "==2.2.2"
lazy-object-proxy = "==1.3.1"
mccabe = "==0.6.1"
pycodestyle = "==2.5.0"
pycparser = "==2.19"
pylint = "==2.3.1"
python-dateutil = "==2.8.0"
python-editor = "==1.0.4"
requests = "==2.22.0"
six = "==1.12.0"
typed-ast = "==1.3.1"
urllib3 = "==1.25.3"
webassets = "==0.12.1"
wrapt = "==1.11.1"
Flask = "==1.0.2"
Flask-Assets = "==0.12"
Flask-Bcrypt = "==0.7.1"
Flask-Migrate = "==2.4.0"
Flask-SQLAlchemy = "==2.3.2"
Flask-WTF = "==0.14.2"
Jinja2 = "==2.10.1"
Mako = "==1.0.7"
MarkupSafe = "==1.1.1"
PyMySQL = "==0.9.3"
pyScss = "==1.3.5"
SQLAlchemy = "==1.3.1"
Werkzeug = "==0.15.3"
WTForms = "==2.2.1"
[requires]
python_version = "3.7"