projects
/
zzz-pokedex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ec82ef
)
No longer require docutils.
author
Eevee
<git@veekun.com>
Sat, 5 Jun 2010 08:02:41 +0000
(
01:02
-0700)
committer
Eevee
<git@veekun.com>
Fri, 18 Jun 2010 04:47:44 +0000
(21:47 -0700)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
4e2283e
..
52e19da
100644
(file)
--- 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',