Require Whoosh <2.7

Because they can't seem to make a minor release without breaking backwards
compatibility: Whoosh 2.7 removed the spelling argument from schema.ID.
This commit is contained in:
Andrew Ekstedt 2015-05-21 00:07:13 -07:00
parent fb6713963b
commit 7576f17967

View file

@ -9,7 +9,7 @@ setup(
}, },
install_requires=[ install_requires=[
'SQLAlchemy>=0.9.7', 'SQLAlchemy>=0.9.7',
'whoosh>=2.5', 'whoosh>=2.5,<2.7',
'markdown', 'markdown',
'construct', 'construct',
], ],