# The framework
# -------------
pyramid==1.5
pyramid_chameleon==0.1
pyramid_debugtoolbar==1.0.9

# Sessions
# --------
Beaker==1.6.4
pyramid_beaker==0.8

# WSGI servers
# ------------
# production-ready
uwsgi==1.9.20
# for development purposes
waitress==0.8.8

# Databases
# ---------
#alembic==0.6.0
psycopg2==2.5.1
SQLAlchemy==0.9.1
redis==2.9.1
# db parts of pyramid (under consideration)
#pyramid_tm
#transaction
#zope.sqlalchemy

# Templates (# Plim and its requirements)
# ---------------------------------------
Mako==0.9.1
pyramid_mako==1.0.1
Plim==0.9.3
pyScss==1.2.0.post3

# Data validation
# ---------------
jsonschema==2.3.0

# Project Configuration
# ---------------------
PyYAML==3.11
docopt==0.6.1
venusian==1.0a8
