diff options
author | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2011-04-07 17:39:53 (GMT) |
---|---|---|
committer | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2011-04-07 17:39:53 (GMT) |
commit | 758180007e1a1735b7e7fc871593400fb80054dd (patch) | |
tree | de6a956b555beb39756c11805106c9933e7d0df8 | |
parent | 4edb31db07b8f966a8f2ffe4c63e1036c1acca25 (diff) |
updated setup and requirements.
-rw-r--r-- | README.rst | 4 | ||||
-rw-r--r-- | setup.py | 4 |
2 files changed, 5 insertions, 3 deletions
@@ -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 ------ @@ -29,5 +29,7 @@ setup(name='helsinki.program', 'python-dateutil', 'PyYAML', 'MySQL-python', + 'django-haystack', + 'pysolr' ], - ) +) |