From: Mike Bayer Date: Fri, 24 May 2013 23:25:35 +0000 (-0400) Subject: put the correct base version here of sqla X-Git-Tag: rel_0_6_0~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f00eab7a860506a4172053e78d220defa21f049;p=thirdparty%2Fsqlalchemy%2Falembic.git put the correct base version here of sqla --- diff --git a/setup.py b/setup.py index aed9b355..32ba9038 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ v.close() readme = os.path.join(os.path.dirname(__file__), 'README.rst') requires = [ - 'SQLAlchemy>=0.6.0', + 'SQLAlchemy>=0.7.3', 'Mako', ]