-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
73 lines (70 loc) · 1.47 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
flake8 = "==3.7.7"
pudb = "==2019.1"
pytest = "==4.4.1"
pytest-env = "==0.6.2"
pylint = "==2.3.1"
autopep8 = "==1.4.4"
pycodestyle = "==2.5.0"
pyflakes = "==2.1.1"
pytest-pudb = "*"
pre-commit = "*"
web-pdb = "*"
testfixtures = "*"
[packages]
alembic = "==1.3.1"
aniso8601 = "==8.0.0"
antiorm = "==1.2.1"
atomicwrites = "==1.3.0"
attrs = "==19.3.0"
blinker = "==1.4"
certifi = "==2019.9.11"
click = "==7.0"
configparser = "==4.0.2"
db = "==0.1.1"
decorator = "==4.4.1"
flask-marshmallow = "==0.10.1"
gunicorn = "==20.0.0"
importlib-metadata = "==0.23"
itsdangerous = "==1.1.0"
marshmallow = "==3.2.2"
marshmallow-sqlalchemy = "==0.19.0"
more-itertools = "==7.2.0"
mysql-connector = "==2.2.9"
mysqlclient = "==1.4.5"
pluggy = "==0.13.0"
protobuf = "==3.10.0"
public = "==2019.4.13"
py = "==1.8.0"
py-healthcheck = "==1.9.0"
pyparsing = "==2.4.5"
pytest = "==5.2.4"
pytest-flask = "==0.15.0"
python-dateutil = "==2.8.1"
python-dotenv = "==0.10.3"
python-editor = "==1.0.4"
pytz = "==2019.3"
self = "==2019.4.13"
sentry-sdk = "==0.13.2"
six = "==1.13.0"
style = "==1.1.6"
urllib3 = "==1.25.7"
wcwidth = "==0.1.7"
zipp = "==0.6.0"
Flask = "==1.1.1"
Flask-Caching = "==1.7.2"
Flask-Cors = "==3.0.8"
Flask-Migrate = "==2.5.2"
Flask-RESTful = "==0.3.7"
Flask-SQLAlchemy = "==2.4.1"
Jinja2 = "==2.10.3"
Mako = "==1.1.0"
MarkupSafe = "==1.1.1"
SQLAlchemy = "==1.3.11"
Werkzeug = "==0.16.0"
[requires]
python_version = "3.7"