From 5916069c4120d98d33149b2898f5b764a2dde540 Mon Sep 17 00:00:00 2001 From: Drew Larson Date: Wed, 1 Jun 2016 21:04:22 -0600 Subject: [PATCH] Add haystack and whoosh. --- requirements/base.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index edb5239..65f86f8 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -4,4 +4,6 @@ django-widget-tweaks==1.4.1 psycopg2==2.6.1 django-libsass==0.6 django_compressor==2.0 -python-dateutil==2.5.3 \ No newline at end of file +python-dateutil==2.5.3 +whoosh==2.7.4 +git+git://github.com/django-haystack/django-haystack.git \ No newline at end of file