summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2011-04-07 17:39:53 (GMT)
committerErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2011-04-07 17:39:53 (GMT)
commit758180007e1a1735b7e7fc871593400fb80054dd (patch)
treede6a956b555beb39756c11805106c9933e7d0df8 /setup.py
parent4edb31db07b8f966a8f2ffe4c63e1036c1acca25 (diff)
updated setup and requirements.
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'
],
- )
+)