diff --git a/setup.py b/setup.py index 4e2283e..52e19da 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,6 @@ setup( 'pokedex': ['data/csv/*.csv'] }, install_requires=[ - 'docutils', 'SQLAlchemy>=0.6', 'whoosh>=0.3.0b24', 'markdown',