Mercurial > public > src > rhodecode
diff setup.py @ 577:3a567e329fb6
updated whoosh deps,
fixed templates, changelog and changeset stylings
changed 8 letter password into 6 letter passwords required
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Thu, 30 Sep 2010 18:35:03 +0200 |
parents | d945c95ba4ac |
children | 16ba57d8fe23 |
line wrap: on
line diff
--- a/setup.py Thu Sep 30 17:11:58 2010 +0200 +++ b/setup.py Thu Sep 30 18:35:03 2010 +0200 @@ -20,11 +20,11 @@ "SQLAlchemy>=0.6", "babel", "Mako>=0.3.2", - "vcs>=0.1.6", + "vcs>=0.1.7", "pygments>=1.3.0", "mercurial>=1.6", "pysqlite", - "whoosh==1.0.0b17", + "whoosh==1.0.0b19", "py-bcrypt", "celery", ],