From cd4b34ebb8f807d9ad059d71394b1ac04928b75d Mon Sep 17 00:00:00 2001 From: Daniel W Bond Date: Sun, 2 Mar 2014 06:56:14 -0500 Subject: [PATCH] added whoosh to the requirements --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 941c748..2ff1422 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ Django==1.6.2 South==0.8.4 +Whoosh==2.6.0 argparse==1.2.1 django-appconf==0.6 django-autocomplete-light==1.4.13 -- GitLab