# Runtime requirements
--requirement requirements.txt

# pyramid
zope.sqlalchemy==1.1
transaction==2.4.0

psycopg2==2.8.3
alembic==1.2.1
twine==1.15.0

# Testing
pytest==4.6.6
pytest-cov==2.8.1
mock==3.0.5; python_version < '3.0'
responses==0.10.6
pretend==1.0.9
fakeredis==1.0.5
# pip is dumb and doesn't want to install it automatically. This is a
# requirement of fakeredis
six==1.12.0

# Documentation
Sphinx==1.8.5
sphinxcontrib-httpdomain==1.7.0
sphinxcontrib-plantuml==0.17.1

# Linting
flake8==3.7.8
flake8-docstrings==1.5.0
