setup.py: add missing dependencies (#8789)

This commit is contained in:
Benjamin Dauvergne 2015-10-28 16:37:48 +01:00 committed by Frédéric Péters
parent acb9173a94
commit 46cd46df8d
1 changed files with 2 additions and 0 deletions

View File

@ -103,6 +103,8 @@ setup(
'django-ckeditor<4.5.3',
'django-haystack',
'django-reversion',
'requests',
'whoosh',
],
zip_safe=False,
cmdclass={