Mercurial > public > src > rhodecode
comparison setup.py @ 1120:af6ca51fb80f
rhodecode release 1.1.3 changes
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Wed, 16 Feb 2011 11:05:35 +0100 |
parents | 6c01c12eafb8 |
children | 4e494a5becf5 93b980ebee55 |
comparison
equal
deleted
inserted
replaced
1003:967f5182a74e | 1120:af6ca51fb80f |
---|---|
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 "WebHelpers==1.2", |
9 "SQLAlchemy==0.6.5", | 9 "SQLAlchemy==0.6.6", |
10 "Mako==0.3.6", | 10 "Mako==0.3.6", |
11 "vcs==0.1.10", | 11 "vcs==0.1.10", |
12 "pygments==1.3.1", | 12 "pygments==1.3.1", |
13 "mercurial==1.7.2", | 13 "mercurial==1.7.5", |
14 "whoosh==1.3.4", | 14 "whoosh==1.3.4", |
15 "celery==2.1.4", | 15 "celery==2.1.4", |
16 "py-bcrypt", | 16 "py-bcrypt", |
17 "babel", | 17 "babel", |
18 ] | 18 ] |