raise requirement on python-entrouvert

This commit is contained in:
Benjamin Dauvergne 2013-11-26 10:29:10 +01:00
parent bdc61cc169
commit 9a94816476
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ rfc3161==0.1.9
gunicorn
django_journal<2.0.0
django-picklefield==0.3.0
git+http://repos.entrouvert.org/python-entrouvert.git/#egg=python-entrouvert-1.1.9999
git+http://repos.entrouvert.org/python-entrouvert.git/#egg=python-entrouvert-99999>=2
django-tables2==0.13.0
python-magic<0.5
raven

View File

@ -112,7 +112,7 @@ setup(name='docbow',
'gunicorn',
'django_journal<2.0.0',
'django-picklefield==0.3.0',
'python-entrouvert<2.0',
'python-entrouvert>=2',
'django-tables2==0.13.0',
'raven',
],