# Generated from {{reqfile}} and written to {{reqpath}}

# Two requirements files are needed, since e.g gnuplot-py import numpy in its setup.py,
# which means it has to be installed in a second step.
gnuplot-py==1.8
{% if pyver == "2.4" %}wsgiref{% endif %}
{% if pyver == "2.4" %}ctypes{% endif %}

# Following packages are optional (if you do development you probably want to install them):
{% if WITH_DEVSERVER %}
# Werkzeug 0.8+ doesn't work with Python 2.4
{% if pyver == "2.4" %}Werkzeug==0.7.2{% endif %}
invenio-devserver
{% endif %}
pylint
http://sourceforge.net/projects/pychecker/files/pychecker/0.8.19/pychecker-0.8.19.tar.gz
pep8{% if pyver == "2.4" %}==1.2{% endif %}
{% if pyver != "2.4" and pyver != "2.5" %}autopep8{% endif %}
# Later version of simplejson doesn't support Python 2.4
{% if pyver == "2.4" %}simplejson==2.1.0{% endif %}
{% if pyver == "2.5" %}simplejson{% endif %}
ipython{% if pyver == "2.4" or pyver == "2.5" %}==0.10.2{% endif %}
selenium
# Optional other useful packages
yolk