# These CKAN dependencies are already in Lucid and should be installed via
# apt-get if you are on that platform. If you are using a different platform
# you can install these dependencies via pip instead.
#
# sudo apt-get install python-psycopg2 python-lxml python-sphinx python-pybabel
# sudo apt-get install python-pylons python-formalchemy python-repoze.who
# sudo apt-get install python-repoze.who-plugins python-tempita python-zope.interface

babel==0.9.4
psycopg2==2.0.13
lxml==2.2.4
sphinx==0.6.4
# Specifying particular version of WebOb because later version has incompatibility
# with pylons 0.9.7 (change to imports of Multidict)
webob==1.0.8
Pylons==0.9.7
repoze.who==1.0.19
tempita==0.4
zope.interface==3.5.3
# These are both combined into the python-repoze.who-plugins package
repoze.who.plugins.openid==0.5.4
# Actually from python-repoze.who-plugins but the openid plugin in the same
# package is too old
repoze.who-friendlyform==1.0.8
routes==1.11
paste==1.7.2
pastescript==1.7.3

# NOTE: Developers, please do not edit the versions, these versions are fixed
#       in Lucid. If you start to depend on a different vesion you'll need to
#       remove the version here and package your version as a conflict.
