From 2a376ae77ff6dc6b5b6291e85f7fc6c6fda15b44 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Mon, 11 Jun 2012 07:30:42 -0500 Subject: Now require sqlalchemy >= 0.7.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 37f2e19f..5d74cfac 100644 --- a/setup.py +++ b/setup.py @@ -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. -- cgit v1.2.3