[Mpuls-commits] r6092 - base/trunk

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Thu Oct 4 14:55:59 CEST 2012


Author: torsten
Date: 2012-10-04 14:55:59 +0200 (Thu, 04 Oct 2012)
New Revision: 6092

Modified:
   base/trunk/setup.py
Log:
Added lxml as requirement (evaluations)


Modified: base/trunk/setup.py
===================================================================
--- base/trunk/setup.py	2012-10-04 12:32:52 UTC (rev 6091)
+++ base/trunk/setup.py	2012-10-04 12:55:59 UTC (rev 6092)
@@ -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", "WebOb==0.9.8"],
+    install_requires=["Pylons==0.10", "pyExcelerator", "babel", "psycopg2==2.2.1", "pyopenssl", "WebOb==0.9.8", "lxml"],
     packages=find_packages(exclude=['ez_setup']),
     include_package_data=True,
     test_suite='nose.collector',



More information about the Mpuls-commits mailing list