update requirements

This commit is contained in:
Benjamin Dauvergne 2014-01-20 16:00:40 +01:00
parent 90140091c4
commit c6caee3bbe
2 changed files with 6 additions and 5 deletions

View File

@ -160,7 +160,8 @@ for entrypoint in pkg_resources.iter_entry_points('polynum_plugin'):
plugin_class = entrypoint.load()
plugin = plugin_class()
INSTALLED_APPS += tuple(plugin.get_applications())
if hasattr(plugin, 'get_template_dirs'):
TEMPLATE_DIRS += tuple(plugin.get_template_dirs())
# From http://django-crispy-forms.readthedocs.org/en/d-0/install.html

View File

@ -1,14 +1,14 @@
django < 1.6
django>=1.5,< 1.6
south
django-crispy-forms
django-sekizai
https://bitbucket.org/cpcc/django-cas/get/197f156.tar.gz
django-admin-tools<0.6
django-admin-tools>=0.5,0<0.6
pypdf
flup
django-debug-toolbar
gunicorn
django-model-utils < 1.2.0
django-ajax-selects < 1.6.0
django-model-utils
django-ajax-selects
http://repos.entrouvert.org/python-entrouvert.git/snapshot/python-entrouvert-master.zip
raven