diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( "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']),