Stop requiring SQLAlchemy <1.0.

See previous commit.
This commit is contained in:
Andrew Ekstedt 2015-05-23 16:11:35 -07:00
parent c285a6e846
commit ce8f95f373

View file

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