1
0
Fork 0
mirror of https://github.com/veekun/pokedex.git synced 2024-08-20 18:16:34 +00:00

Update us to SQLAlchemy 0.7.

This commit is contained in:
Eevee 2011-09-04 23:18:36 -07:00
parent 21641d6fd0
commit 3a59ef1fe0
2 changed files with 11 additions and 17 deletions

View file

@ -8,7 +8,7 @@ setup(
'pokedex': ['data/csv/*.csv']
},
install_requires=[
'SQLAlchemy>=0.6.6',
'SQLAlchemy>=0.7',
'whoosh>=1.1.0',
'markdown',
'construct',