comparison setup.py @ 1103:918c0b600a06 beta

changelog update, bumped mako version in setup
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 27 Feb 2011 03:31:01 +0100
parents 2d7a94f3eaae
children b0e2c949c34b
comparison
equal deleted inserted replaced
1102:8d0858376163 1103:918c0b600a06
5 5
6 requirements = [ 6 requirements = [
7 "Pylons==1.0.0", 7 "Pylons==1.0.0",
8 "WebHelpers>=1.2", 8 "WebHelpers>=1.2",
9 "SQLAlchemy>=0.6.6", 9 "SQLAlchemy>=0.6.6",
10 "Mako==0.3.6", 10 "Mako>=0.4.0",
11 "vcs>=0.2.0", 11 "vcs>=0.2.0",
12 "pygments>=1.4", 12 "pygments>=1.4",
13 "mercurial>=1.7.5", 13 "mercurial>=1.7.5",
14 "whoosh>=1.3.4", 14 "whoosh>=1.3.4",
15 "celery>=2.2.4", 15 "celery>=2.2.4",