Mercurial > public > src > rhodecode
diff setup.py @ 735:d85b0948e539 v1.0.2
fixed hooks broken symlink issue
fixed python2.5 crash.
fixed #58 missing graph.js bug
Fixed tests to remove the forked repository when building enviroment
version bump
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Thu, 11 Nov 2010 15:03:40 +0100 |
parents | 45e1fdc0082c |
children | 3d0661b8aaa4 |
line wrap: on
line diff
--- a/setup.py Wed Nov 10 19:25:44 2010 +0100 +++ b/setup.py Thu Nov 11 15:03:40 2010 +0100 @@ -4,13 +4,13 @@ requirements = [ "Pylons>=1.0.0", - "SQLAlchemy==0.6.4", + "SQLAlchemy==0.6.5", "Mako>=0.3.2", "vcs==0.1.8", "pygments>=1.3.0", "mercurial==1.6.4", "whoosh==1.2.5", - "celery==2.1.2", + "celery==2.1.3", "py-bcrypt", "babel", ]