[Mpuls-commits] r5318 - base/trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Sep 13 11:38:58 CEST 2011


Author: bh
Date: 2011-09-13 11:38:57 +0200 (Tue, 13 Sep 2011)
New Revision: 5318

Modified:
   base/trunk/setup.py
Log:
Require exactly the version of webob that is used on the production sytems.


Modified: base/trunk/setup.py
===================================================================
--- base/trunk/setup.py	2011-09-13 09:34:52 UTC (rev 5317)
+++ base/trunk/setup.py	2011-09-13 09:38:57 UTC (rev 5318)
@@ -37,7 +37,7 @@
     author_email='info at intevation.de',
     url='http://wald.intevation.org/projects/mpuls/',
     install_requires=["Pylons==0.9.7", "pyExcelerator", "babel",
-                      "webob==0.9.6.1", "routes==1.11", "psycopg2",
+                      "webob==0.9.8", "routes==1.11", "psycopg2",
                       "pyopenssl"],
     packages=find_packages(exclude=['ez_setup']),
     include_package_data=True,



More information about the Mpuls-commits mailing list