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

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

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

[requires]
python_version = "3.5"