# Runtime requirements
--requirement requirements.txt

# pyramid
pyramid-debugtoolbar==2.2.2
zope.sqlalchemy==0.7.6
transaction

# Testing
pytest==2.6.4
py==1.4.26
pytest-cov==1.8.1
webtest==2.0.17
mock==1.0.1
responses==0.4.0

# Documentation
Sphinx==1.2.3
sphinxcontrib-httpdomain==1.3.0
sphinxcontrib-plantuml==0.5

# Linting
flake8==2.3.0
mccabe==0.3
pep8==1.5.7
pyflakes==0.8.1

# waitress
waitress==0.8.9


psycopg2==2.6.1