From 0b0003579de1a7f18b2cfd2da592465fa23b8b94 Mon Sep 17 00:00:00 2001 From: Alexandre Jauneau Date: Sat, 22 Apr 2017 16:26:12 +0200 Subject: [PATCH] add requirements pysolr and haystack --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 7e7852f..a6b4e2b 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,8 @@ setup(name='political-memory', 'pytz', # Always use up-to-date TZ data 'django-suit>=0.2,<0.3', 'psycopg2>=2,<3', + 'django-haystack==2.6.0', + 'pysolr==3.6.0' ], extras_require={ # Full version hardcode for testing dependencies so that -- GitLab