]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
put the correct base version here of sqla
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 24 May 2013 23:25:35 +0000 (19:25 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 24 May 2013 23:25:35 +0000 (19:25 -0400)
setup.py

index aed9b355531c0ffec8c275b61517448a7981db1e..32ba903898220b20caf29eece02825667de15ea7 100644 (file)
--- 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',
 ]