Require Whoosh <2.7

This commit is contained in:
Andrew Ekstedt 2015-05-21 00:07:13 -07:00
parent 6c934ce9e4
commit 7e1817f0b2

View file

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