Bump required SQLA version.

This commit is contained in:
Lynn "Zhorken" Vaughan 2014-07-27 13:13:22 -04:00
parent c4d55a8bc8
commit 1bae7d5ad2

View file

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