# HG changeset patch # User Marcin Kuzminski # Date 2010-08-17 22:20:46 # Node ID fadbb1eea649489fd4415617358efd10efcb4ea6 # Parent 0c9dfae57107316eced7fe1d9fce6e98df43b264 update setup requirements 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']),