add raven to dependencies

This commit is contained in:
Benjamin Dauvergne 2013-12-02 10:29:45 +01:00
parent 87af9df45a
commit cb23cceb28
2 changed files with 2 additions and 0 deletions

View File

@ -12,3 +12,4 @@ gunicorn<0.17
django-model-utils < 1.2.0
django-ajax-selects < 1.3.0
http://repos.entrouvert.org/python-entrouvert.git/snapshot/python-entrouvert-master.zip
raven

View File

@ -28,5 +28,6 @@ setup(name="Polynum",
'psycopg2',
'django-model-utils < 1.2.0',
'django-ajax-selects < 1.3.0',
'raven',
],
)