setup: add django-haystack dependency

This commit is contained in:
Frédéric Péters 2016-05-18 08:30:21 +02:00
parent 250d59cc9b
commit d79f4a0785
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ setup(
],
install_requires=['django>=1.7, <1.8',
'gadjo',
'django-haystack',
'whoosh',
],
zip_safe=False,