X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wradmin.git/blobdiff_plain/ae2552f281650346fb8339579d3e77917e4ad74b..de417c5ae3ba02e038564cc6dcb217a1f18edd73:/wradmin/setup.py diff --git a/wradmin/setup.py b/wradmin/setup.py index 06bdc36..2af8630 100644 --- a/wradmin/setup.py +++ b/wradmin/setup.py @@ -7,17 +7,17 @@ except ImportError: setup( name='wradmin', - version='1.2.0', + version='1.3.0', description='Administrative Interface for Winterrodeln', author='Philipp Spitzer', author_email='philipp.spitzer@winterrodeln.org', url='http://www.winterrodeln.org/', install_requires=[ - "Pylons>=0.9.7", + "Pylons>=0.10", + "SQLAlchemy>=0.5", "Genshi>=0.4", "MySQL-python>=1.2", "AuthKit>=0.4.3,<=0.4.99", - "SQLAlchemy>=0.5", "lxml>=2.2", # "matplotlib>=0.9", "Babel>=0.9"