[Mpuls-commits] r6090 - base/trunk

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Wed Oct 3 14:22:18 CEST 2012


Author: torsten
Date: 2012-10-03 14:22:18 +0200 (Wed, 03 Oct 2012)
New Revision: 6090

Modified:
   base/trunk/setup.py
Log:
Pinning version of WebOb to 0.9.8


Modified: base/trunk/setup.py
===================================================================
--- base/trunk/setup.py	2012-10-02 09:38:00 UTC (rev 6089)
+++ base/trunk/setup.py	2012-10-03 12:22:18 UTC (rev 6090)
@@ -36,7 +36,7 @@
     author='Intevation GmbH',
     author_email='info at intevation.de',
     url='http://wald.intevation.org/projects/mpuls/',
-    install_requires=["Pylons==0.10", "pyExcelerator", "babel", "psycopg2==2.2.1", "pyopenssl"],
+    install_requires=["Pylons==0.10", "pyExcelerator", "babel", "psycopg2==2.2.1", "pyopenssl", "WebOb==0.9.8"],
     packages=find_packages(exclude=['ez_setup']),
     include_package_data=True,
     test_suite='nose.collector',



More information about the Mpuls-commits mailing list