[Mpuls-commits] r6000 - base/trunk

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Thu Jul 26 11:44:10 CEST 2012


Author: torsten
Date: 2012-07-26 11:44:10 +0200 (Thu, 26 Jul 2012)
New Revision: 6000

Modified:
   base/trunk/setup.py
Log:
Fixed requirements


Modified: base/trunk/setup.py
===================================================================
--- base/trunk/setup.py	2012-07-10 14:41:08 UTC (rev 5999)
+++ base/trunk/setup.py	2012-07-26 09:44:10 UTC (rev 6000)
@@ -36,9 +36,7 @@
     author='Intevation GmbH',
     author_email='info at intevation.de',
     url='http://wald.intevation.org/projects/mpuls/',
-    install_requires=["Pylons==0.9.7", "pyExcelerator", "babel",
-                      "webob==0.9.8", "routes==1.11", "psycopg2",
-                      "pyopenssl"],
+    install_requires=["Pylons==0.10", "pyExcelerator", "babel", "psycopg2", "pyopenssl"],
     packages=find_packages(exclude=['ez_setup']),
     include_package_data=True,
     test_suite='nose.collector',



More information about the Mpuls-commits mailing list