diff setup.py @ 408:fadbb1eea649

update setup requirements
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 18 Aug 2010 00:20:46 +0200
parents b153a51b1d3b
children 04e8b31fb245
line wrap: on
line diff
--- a/setup.py	Wed Aug 18 00:02:21 2010 +0200
+++ b/setup.py	Wed Aug 18 00:20:46 2010 +0200
@@ -23,7 +23,7 @@
         "pygments>=1.3.0",
         "mercurial>=1.6",
         "pysqlite",
-        "whoosh==1.0.0b5",
+        "whoosh>=1.0.0b5",
     ],
     setup_requires=["PasteScript>=1.6.3"],
     packages=find_packages(exclude=['ez_setup']),