projects
/
zzz-pokedex.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Speed up `import pokedex.db` slightly.
[zzz-pokedex.git]
/
setup.py
diff --git
a/setup.py
b/setup.py
index
6a29004
..
3bc7028
100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-8,7
+8,7
@@
setup(
'pokedex': ['data/csv/*.csv']
},
install_requires=[
- 'SQLAlchemy>=0.6',
+ 'SQLAlchemy>=0.6
.6
',
'whoosh>=1.1.0',
'markdown',
'construct',
@@
-16,7
+16,7
@@
setup(
entry_points = {
'console_scripts': [
- 'pokedex = pokedex:main',
+ 'pokedex = pokedex
.main
:main',
],
},
)