Now require sqlalchemy >= 0.7.0

This commit is contained in:
Christopher Allan Webber 2012-06-11 07:30:42 -05:00
parent c4869eff40
commit 2a376ae77f

View File

@ -60,7 +60,7 @@ setup(
'webtest',
'ConfigObj',
'Markdown',
'sqlalchemy',
'sqlalchemy>=0.7.0',
'sqlalchemy-migrate',
## For now we're expecting that users will install this from
## their package managers.