Bump required whoosh version.

This commit is contained in:
Eevee 2010-10-16 22:20:23 -07:00
parent 36cbe55ab2
commit 9a5c3e93f1

View file

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