diff setup.py @ 452:25ab66a26975

fix for new bcrypt password. Some templating updates, added "time ago" to file browser changed whoosh dep.
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 20 Aug 2010 18:43:08 +0200
parents 04e8b31fb245
children 6b54caa8b074
line wrap: on
line diff
--- a/setup.py	Fri Aug 20 10:59:18 2010 +0200
+++ b/setup.py	Fri Aug 20 18:43:08 2010 +0200
@@ -23,7 +23,7 @@
         "pygments>=1.3.0",
         "mercurial>=1.6",
         "pysqlite",
-        "whoosh>=1.0.0b5",
+        "whoosh==1.0.0b9",
         "py-bcrypt",
     ],
     setup_requires=["PasteScript>=1.6.3"],