aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b244a3c8..8b280bf9 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ from rhodecode import get_version
requirements = [
"Pylons==1.0.0",
- "WebHelpers>=1.2",
+ "WebHelpers==1.2",
"SQLAlchemy==0.6.5",
"Mako==0.3.6",
"vcs==0.1.10",