diff setup.py @ 661:673de12e6bf6 beta

added option to enable/disable of logger hooks from admin panel. some docs/setup updates
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 06 Nov 2010 00:37:21 +0100
parents 9dc1d92d82ed
children bdd1ddd05b7c
line wrap: on
line diff
--- a/setup.py	Fri Nov 05 22:36:51 2010 +0100
+++ b/setup.py	Sat Nov 06 00:37:21 2010 +0100
@@ -8,8 +8,8 @@
         "Mako>=0.3.5",
         "vcs>=0.1.10",
         "pygments>=1.3.0",
-        "mercurial==1.6.4",
-        "whoosh>=1.2.5",
+        "mercurial>=1.6.4",
+        "whoosh>=1.3.1",
         "celery>=2.1.2",
         "py-bcrypt",
         "babel",