# Runtime requirements
--requirement requirements.txt

# pyramid
pyramid_debugtoolbar==3.0

# testing
pytest==2.9.1
pytest-cov==2.2.1
py==1.4.31
coveralls==1.1
webtest==2.0.21
mock==2.0.0
responses==0.5.1

# documentation
Sphinx==1.4.1
sphinxcontrib-httpdomain==1.4.0
sphinx_rtd_theme==0.1.9
sphinxcontrib-plantuml==0.7

# linting
flake8==2.5.4
mccabe==0.4.0
pep8==1.7.0
pyflakes==1.2.0

