# Runtime requirements
--requirement requirements.txt

# pyramid
pyramid-debugtoolbar==2.0.2

# Testing
pytest==2.7.3
pytest-cov==2.1.0
py==1.4.30
coveralls==1.0
webtest==2.0.14
mock==1.3.0
tempdir==0.6

# Documentation
Sphinx==1.2
sphinxcontrib-httpdomain==1.2.1
sphinx_rtd_theme==0.1.9

# waitress
waitress==0.8.8

# Linting
flake8==2.1.0
mccabe==0.2.1
pep8==1.4.6
pyflakes==0.7.3
