blob: e687ad004fc1987969ca3ee154cf31047bb92ba4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[[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 = "*"
[requires]
python_version = "3.5"
|