comparison rhodecode/__init__.py @ 2081:249c151e3d7d beta

bumbed beaker version that fixes #375 leap error bug
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 01 Mar 2012 02:45:47 +0200
parents de372c3a329e
children ecd59c28f432 7172d88f3cee
comparison
equal deleted inserted replaced
2080:1d5c52d473b9 2081:249c151e3d7d
36 PLATFORM_WIN = ('Windows') 36 PLATFORM_WIN = ('Windows')
37 PLATFORM_OTHERS = ('Linux', 'Darwin', 'FreeBSD', 'OpenBSD', 'SunOS') 37 PLATFORM_OTHERS = ('Linux', 'Darwin', 'FreeBSD', 'OpenBSD', 'SunOS')
38 38
39 requirements = [ 39 requirements = [
40 "Pylons==1.0.0", 40 "Pylons==1.0.0",
41 "Beaker==1.6.2", 41 "Beaker==1.6.3",
42 "WebHelpers>=1.2", 42 "WebHelpers>=1.2",
43 "formencode==1.2.4", 43 "formencode==1.2.4",
44 "SQLAlchemy==0.7.4", 44 "SQLAlchemy==0.7.4",
45 "Mako==0.5.0", 45 "Mako==0.5.0",
46 "pygments>=1.4", 46 "pygments>=1.4",