mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Fixed whoosh index creation to work with 0.2.x. #15
This commit is contained in:
parent
ba08a41f2f
commit
238487c908
2 changed files with 24 additions and 6 deletions
2
setup.py
2
setup.py
|
@ -4,7 +4,7 @@ setup(
|
|||
version = '0.1',
|
||||
packages = find_packages(),
|
||||
package_data = { '': 'data' },
|
||||
install_requires=['SQLAlchemy>=0.5.1', 'whoosh>=0.1.24'],
|
||||
install_requires=['SQLAlchemy>=0.5.1', 'whoosh>=0.2.0'],
|
||||
|
||||
entry_points = {
|
||||
'console_scripts': [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue