projects
/
zzz-pokedex.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove a bunch of imports from tables.py.
[zzz-pokedex.git]
/
setup.py
diff --git
a/setup.py
b/setup.py
index
52e19da
..
7527672
100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-8,9
+8,10
@@
setup(
'pokedex': ['data/csv/*.csv']
},
install_requires=[
- 'SQLAlchemy>=0.6',
- 'whoosh>=
0.3.0b24
',
+ 'SQLAlchemy>=0.6
.6
',
+ 'whoosh>=
1.1.0
',
'markdown',
+ 'construct',
],
entry_points = {