projects
/
zzz-pokedex.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add foreign names to the database.
[zzz-pokedex.git]
/
setup.py
diff --git
a/setup.py
b/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 = {