]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/blobdiff - wradmin/setup.py
Changed beaker.session.secret to a non-standard value.
[philipp/winterrodeln/wradmin.git] / wradmin / setup.py
index 58f8be25f8325008cd1c24f1dc0d8f861428176f..4268fc1ee3d20abb32640f37bdcea69aab4a7ac4 100644 (file)
@@ -7,19 +7,19 @@ except ImportError:
 
 setup(
     name='wradmin',
 
 setup(
     name='wradmin',
-    version='1.2.0',
+    version='1.3.1',
     description='Administrative Interface for Winterrodeln',
     author='Philipp Spitzer',
     author_email='philipp.spitzer@winterrodeln.org',
     url='http://www.winterrodeln.org/',
     install_requires=[
     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",
         "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",
+        "matplotlib>=0.9",
         "Babel>=0.9"
     ],
     setup_requires=["PasteScript>=1.6.3"],
         "Babel>=0.9"
     ],
     setup_requires=["PasteScript>=1.6.3"],