1
0
Fork 0
mirror of https://github.com/veekun/pokedex.git synced 2024-08-20 18:16:34 +00:00

Use the new Whoosh API for spelling. May help .

This commit is contained in:
Petr Viktorin 2011-08-30 23:16:59 +03:00
parent bb49a6bc39
commit af8215535e
2 changed files with 8 additions and 36 deletions

View file

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