# Python dependencies to be installed using pip http://www.pip-installer.org/

# Define package indexes.
-i https://pypi.gocept.com/simple
--extra-index-url https://pypi.python.org/simple

# Web server.
gunicorn==18.0
gevent==1.0.1

# App Framework
pyramid==1.5.2
pyramid_basemodel==0.3.4
pyramid-hsts==1.2.2
pyramid-redis==0.1.4
pyramid-tm==0.7
pyramid-weblayer==0.14.1

# Database.
psycopg2==2.5.3
gevent-psycopg2==0.0.3
sqlalchemy==0.9.8
zope.sqlalchemy==0.7.5
alembic==0.6.5

# Redis client
redis==2.10.1

# Monitoring
newrelic==2.22.1.20

# Testing
coverage==3.7.1
mock==1.0.1
nose==1.3.0
nose-exclude==0.2.0
WebTest==2.0.7

# Utils.
bpython==0.12
requests==2.3.0
