summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index bbd3d99..767fcc2 100644
--- a/setup.py
+++ b/setup.py
@@ -29,5 +29,7 @@ setup(name='helsinki.program',
'python-dateutil',
'PyYAML',
'MySQL-python',
+ 'django-haystack',
+ 'pysolr'
],
- )
+)