mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
No longer require docutils.
This commit is contained in:
parent
f58615227b
commit
a3b27c6b10
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
@ -8,7 +8,6 @@ setup(
|
||||||
'pokedex': ['data/csv/*.csv']
|
'pokedex': ['data/csv/*.csv']
|
||||||
},
|
},
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'docutils',
|
|
||||||
'SQLAlchemy>=0.6',
|
'SQLAlchemy>=0.6',
|
||||||
'whoosh>=0.3.0b24',
|
'whoosh>=0.3.0b24',
|
||||||
'markdown',
|
'markdown',
|
||||||
|
|
Loading…
Reference in a new issue