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

Removed whoosh hacks; 0.3 obviates them.

This commit is contained in:
Eevee 2009-08-18 23:48:17 -07:00
parent 16072ceb44
commit 0300e01cff
2 changed files with 2 additions and 33 deletions

View file

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