Bump required whoosh version.

This commit is contained in:
Eevee 2010-10-16 22:20:23 -07:00
parent 36cbe55ab2
commit 9a5c3e93f1
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ setup(
},
install_requires=[
'SQLAlchemy>=0.6',
'whoosh>=0.3.0b24',
'whoosh>=1.1.0',
'markdown',
'construct',
],