diff --git a/setup.py b/setup.py index 146b0ed..896a9f1 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( }, install_requires=[ 'SQLAlchemy>=0.9.7', - 'whoosh>=2.5', + 'whoosh>=2.5,<2.7', 'markdown', 'construct', ],