summaryrefslogtreecommitdiff
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
parent4edb31db07b8f966a8f2ffe4c63e1036c1acca25 (diff)
updated setup and requirements.
-rw-r--r--README.rst4
-rw-r--r--setup.py4
2 files changed, 5 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index cf67d4a..c3a989b 100644
--- a/README.rst
+++ b/README.rst
@@ -4,13 +4,13 @@ Radio Helsinki Program Management
Requirements
------------
-- Django 1.3: http://pypi.python.org/pypi/Django/1.3
+- Django 1.2.5: http://pypi.python.org/pypi/Django/1.2.5
- PIL: http://pypi.python.org/pypi/PIL/1.1.6
- python-dateutil: http://pypi.python.org/pypi/python-dateutil/1.5
- PyYAML: http://pypi.python.org/pypi/PyYAML/3.09
- MySQL-python: http://pypi.python.org/pypi/MySQL-python/1.2.3
- django-haystack: http://pypi.python.org/pypi/django-haystack/1.1.0
-
+- pysolr: http://pypi.python.org/pypi/pysolr/2.0.13
Author
------
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'
],
- )
+)