# NOTE: You may need to install additional binary packages prior to using 'pip install'
#       See the Contributor Documentation for more information

# Production
httplib2 # handles additional HTTP features such as SSL, HEAD/PUT/DELETE, etc
eventlet # scalable networking lib
paste # wsgi framework
pastedeploy # loads & configures wsgi apps
pastescript # command line frontend
webob # wsgi framework
Routes # URL matching / controller routing
sqlalchemy # core backend
sqlalchemy-migrate # database migrations
pysqlite # default backend database lib
lxml # xml library providing ElementTree API
passlib # password hashing

