From: Guillaume Pellerin Date: Tue, 7 Apr 2015 10:48:37 +0000 (+0200) Subject: add haystack to setup X-Git-Tag: 1.6a^2~18^2~3 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=eec12cad5c01362e6d1cb2e0a0e819daa436042b;p=telemeta.git add haystack to setup --- 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