X-Git-Url: http://git.veekun.com/zzz-pokedex.git/blobdiff_plain/65e72f1bd2b2ffaefd67b326bf97112c7d92f638..8a319cfc638704c1342ebd90a28bd2d3dd70b131:/setup.py diff --git a/setup.py b/setup.py index ee8a33c..4e2283e 100644 --- a/setup.py +++ b/setup.py @@ -9,8 +9,9 @@ setup( }, install_requires=[ 'docutils', - 'SQLAlchemy>=0.5.1', + 'SQLAlchemy>=0.6', 'whoosh>=0.3.0b24', + 'markdown', ], entry_points = {