-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
56 lines (53 loc) · 1.08 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.org/simple"
name = "pypi"
verify_ssl = true
[requires]
python_version = "3.6"
[packages]
atomicwrites = "==1.1.5"
attrs = "==18.1.0"
"beautifulsoup4" = "==4.6.0"
blinker = "==1.4"
cffi = "==1.11.5"
click = "==6.7"
colorama = "==0.3.9"
coverage = "==4.5.1"
itsdangerous = "==0.24"
jsonschema = "==2.6.0"
more-itertools = "==4.2.0"
pluggy = "==0.6.0"
py = "==1.5.4"
pycparser = "==2.18"
pytest = "==3.6.3"
pytest-cov = "==2.5.1"
pytest-flask = "==0.10.0"
pytest-runner = "==4.2"
python-dateutil = "==2.7.3"
pytz = "==2018.5"
six = "==1.11.0"
structlog = "==18.1.0"
termcolor = "==1.1.0"
tzlocal = "==1.5.1"
waitress = "==1.1.0"
Flask = "==1.0.2"
Flask-DebugToolbar = "==0.10.1"
Flask-SQLAlchemy = "==2.3.2"
Flask-WTF = "==0.14.2"
"Jinja2" = "==2.10"
MarkupSafe = "==1.0"
SQLAlchemy = "==1.2.9"
WebOb = "==1.8.2"
WebTest = "==2.0.30"
Werkzeug = "==0.14.1"
WTForms = "==2.2.1"
python-dotenv = "*"
flask-cors = "*"
flask-marshmallow = "*"
marshmallow-sqlalchemy = "*"
"psycopg2" = "*"
simplejson = "*"
sqlalchemy-utils = "*"
flask-migrate = "*"
gunicorn = "*"
[dev-packages]