From f7f38fb047059f0289060f2b87a213e2909e1a20 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Wed, 1 Jan 2014 16:42:04 -0600 Subject: [PATCH] sqlalchemy-migrate 0.8.X doesn't get along with sqlalchemy 0.9.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 420d90ab..a5b52f18 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ try: 'webtest<2', 'ConfigObj', 'Markdown', - 'sqlalchemy>=0.8.0', + 'sqlalchemy<0.9.0', 'sqlalchemy-migrate', 'mock', 'itsdangerous', -- 2.25.1