changeset 408:fadbb1eea649

update setup requirements
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 18 Aug 2010 00:20:46 +0200
parents 0c9dfae57107
children 9b6c1de4ce9e
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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']),