aboutsummaryrefslogtreecommitdiffstats
path: root/python/Pipfile
blob: 86091c56a0111e41e6bf6a7780036f4e2be69990 (plain)
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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"

[dev-packages]
pytest = "*"
pytest-pythonpath = "*"
ipython = "*"
responses = "*"
pytest-cov = "*"
pylint = "*"
pg-view = "*"

[packages]
Flask = "*"
SQLAlchemy = "*"
requests = "*"
Flask-SQLAlchemy = "*"
raven = "*"
flask-sqlalchemy = "*"
marshmallow-sqlalchemy = "*"
flask-marshmallow = "*"
flask-uuid = "*"
"psycopg2" = "*"
flask-debugtoolbar = "*"

[requires]
python_version = "3.5"