# Optional backend: Memcache
python-memcached # increases performance of token validation calls

# Optional backend: LDAP
python-ldap # authenticate against an existing LDAP server

# Development
Sphinx # required to build documentation
coverage # computes code coverage percentages

# Testing
unittest2 # backport of unittest lib in python 2.7
webtest # test wsgi apps without starting an http server
pylint # static code analysis
pep8 # checks for PEP8 code style compliance
mox # mock object framework
