comparison 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
comparison
equal deleted inserted replaced
930:f9016563f987 931:0ed8016d2886
3 3
4 from rhodecode import get_version 4 from rhodecode import get_version
5 5
6 requirements = [ 6 requirements = [
7 "Pylons==1.0.0", 7 "Pylons==1.0.0",
8 "WebHelpers>=1.2",
8 "SQLAlchemy>=0.6.5", 9 "SQLAlchemy>=0.6.5",
9 "Mako==0.3.6", 10 "Mako==0.3.6",
10 "vcs>=0.1.10", 11 "vcs>=0.1.10",
11 "pygments>=1.3.1", 12 "pygments>=1.3.1",
12 "mercurial>=1.7.2", 13 "mercurial>=1.7.2",