Skip to content
Snippets Groups Projects
Commit 75818000 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

updated setup and requirements.

parent 4edb31db
No related branches found
No related tags found
No related merge requests found
...@@ -4,13 +4,13 @@ Radio Helsinki Program Management ...@@ -4,13 +4,13 @@ Radio Helsinki Program Management
Requirements 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 - PIL: http://pypi.python.org/pypi/PIL/1.1.6
- python-dateutil: http://pypi.python.org/pypi/python-dateutil/1.5 - python-dateutil: http://pypi.python.org/pypi/python-dateutil/1.5
- PyYAML: http://pypi.python.org/pypi/PyYAML/3.09 - PyYAML: http://pypi.python.org/pypi/PyYAML/3.09
- MySQL-python: http://pypi.python.org/pypi/MySQL-python/1.2.3 - MySQL-python: http://pypi.python.org/pypi/MySQL-python/1.2.3
- django-haystack: http://pypi.python.org/pypi/django-haystack/1.1.0 - django-haystack: http://pypi.python.org/pypi/django-haystack/1.1.0
- pysolr: http://pypi.python.org/pypi/pysolr/2.0.13
Author Author
------ ------
......
...@@ -29,5 +29,7 @@ setup(name='helsinki.program', ...@@ -29,5 +29,7 @@ setup(name='helsinki.program',
'python-dateutil', 'python-dateutil',
'PyYAML', 'PyYAML',
'MySQL-python', 'MySQL-python',
'django-haystack',
'pysolr'
], ],
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment