# HG changeset patch # User Marcin Kuzminski # Date 2011-01-07 12:00:38 # Node ID 0ed8016d28868a9381b0cf3349d3e2f1c338fd4c # Parent f9016563f987a3b82fe7b313d225b34265270ddb forced webhelpers version since it was making troubes during installation diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -5,6 +5,7 @@ from rhodecode import get_version requirements = [ "Pylons==1.0.0", + "WebHelpers>=1.2", "SQLAlchemy>=0.6.5", "Mako==0.3.6", "vcs>=0.1.10",