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

Scrap docutils for markdown.

This commit is contained in:
Eevee 2010-05-31 15:13:34 -07:00
parent 00ac500da8
commit 1fbba5476c
7 changed files with 995 additions and 1163 deletions

View file

@ -11,6 +11,7 @@ setup(
'docutils',
'SQLAlchemy>=0.6',
'whoosh>=0.3.0b24',
'markdown',
],
entry_points = {