]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/blobdiff - wradmin/setup.py
Added state parameter to to_python and from_python methods to avoid an error when
[philipp/winterrodeln/wradmin.git] / wradmin / setup.py
index 222067a20257274f358c1e0bf573d453b516fd0d..2af8630a5e2dc446bd22eab42eda60f4d31b98d7 100644 (file)
@@ -7,18 +7,20 @@ 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"
+        "lxml>=2.2",
+        # "matplotlib>=0.9",
+        "Babel>=0.9"
     ],
     setup_requires=["PasteScript>=1.6.3"],
     packages=find_packages(exclude=['ez_setup']),