X-Git-Url: http://git.veekun.com/zzz-pokedex.git/blobdiff_plain/5e2e6e4acd371b0de5e653f58c080d7ce1888cef..40109f69b23e74a1c9d426bba33cbead56c4f004:/setup.py diff --git a/setup.py b/setup.py index f10e2d5..6a29004 100644 --- a/setup.py +++ b/setup.py @@ -8,9 +8,10 @@ setup( 'pokedex': ['data/csv/*.csv'] }, install_requires=[ - 'docutils', 'SQLAlchemy>=0.6', - 'whoosh>=0.3.0b24', + 'whoosh>=1.1.0', + 'markdown', + 'construct', ], entry_points = {