diff setup.py @ 931:0ed8016d2886 beta

forced webhelpers version since it was making troubes during installation
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 07 Jan 2011 13:00:38 +0100
parents 92bc5ddbda06
children 21a781cdd1fd
line wrap: on
line diff
--- a/setup.py	Thu Jan 06 23:00:06 2011 +0100
+++ b/setup.py	Fri Jan 07 13:00:38 2011 +0100
@@ -5,6 +5,7 @@
 
 requirements = [
         "Pylons==1.0.0",
+        "WebHelpers>=1.2",
         "SQLAlchemy>=0.6.5",
         "Mako==0.3.6",
         "vcs>=0.1.10",