From eec12cad5c01362e6d1cb2e0a0e819daa436042b Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 7 Apr 2015 12:48:37 +0200 Subject: [PATCH] add haystack to setup --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 92390c0e..19c6f6c4 100644 --- a/setup.py +++ b/setup.py @@ -72,6 +72,7 @@ setup( 'pyyaml', 'python-ebml', 'zipstream', + 'django-haystack' ], tests_require=['pytest-django', 'pytest-cov', 'factory-boy'], # Provide a test command through django-setuptest -- 2.39.5