From d79f4a07851a6e9a1e0f3e9de6d54f4d6ab5cfc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 18 May 2016 08:30:21 +0200 Subject: [PATCH] setup: add django-haystack dependency --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 60dfa64..72e0ce5 100644 --- a/setup.py +++ b/setup.py @@ -104,6 +104,7 @@ setup( ], install_requires=['django>=1.7, <1.8', 'gadjo', + 'django-haystack', 'whoosh', ], zip_safe=False,