Fix whoosh version so Nidoran search works.

This commit is contained in:
Eevee 2009-08-22 21:50:33 -07:00
parent a7c0830e48
commit 238022485a

View file

@ -4,7 +4,7 @@ setup(
version = '0.1', version = '0.1',
packages = find_packages(), packages = find_packages(),
package_data = { '': 'data' }, package_data = { '': 'data' },
install_requires=['SQLAlchemy>=0.5.1', 'whoosh>=0.3.0b1'], install_requires=['SQLAlchemy>=0.5.1', 'whoosh==0.3.0b5'],
entry_points = { entry_points = {
'console_scripts': [ 'console_scripts': [