Scrap docutils for markdown. #275
[zzz-pokedex.git] / setup.py
index ee8a33c..4e2283e 100644 (file)
--- 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 = {