[Mpuls-commits] r2511 - wasko/branches/2.0

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Apr 26 12:37:00 CEST 2010


Author: torsten
Date: 2010-04-26 12:37:00 +0200 (Mon, 26 Apr 2010)
New Revision: 2511

Modified:
   wasko/branches/2.0/setup.py
Log:
* setup.py: Added pyExcelerator to needed packages.


Modified: wasko/branches/2.0/setup.py
===================================================================
--- wasko/branches/2.0/setup.py	2010-04-26 08:43:39 UTC (rev 2510)
+++ wasko/branches/2.0/setup.py	2010-04-26 10:37:00 UTC (rev 2511)
@@ -36,7 +36,7 @@
     author='Intevation GmbH',
     author_email='info at intevation.de',
     url='http://wald.intevation.org/projects/mpuls/',
-    install_requires=["Pylons>=0.9.7", "pyOpenSSL"],
+    install_requires=["Pylons>=0.9.7", "pyOpenSSL", "pyExcelerator"],
     packages=find_packages(exclude=['ez_setup']),
     include_package_data=True,
     test_suite='nose.collector',



More information about the Mpuls-commits mailing list