X-Git-Url: http://git.veekun.com/zzz-pokedex.git/blobdiff_plain/45c94cc0640ae7af1308d7546a09cbce8e37f589..55758f863e5137fd44e4b43f3c2a63005177f08c:/setup.py diff --git a/setup.py b/setup.py index d66e74c..3bc7028 100644 --- a/setup.py +++ b/setup.py @@ -8,15 +8,15 @@ setup( 'pokedex': ['data/csv/*.csv'] }, install_requires=[ - 'SQLAlchemy>=0.6', - 'whoosh>=0.3.0b24', + 'SQLAlchemy>=0.6.6', + 'whoosh>=1.1.0', 'markdown', 'construct', ], entry_points = { 'console_scripts': [ - 'pokedex = pokedex:main', + 'pokedex = pokedex.main:main', ], }, )