From 6fbc805057323346acb37b5fb20ad439e745ddf8 Mon Sep 17 00:00:00 2001 From: Boris Bobrov Date: Mon, 30 Apr 2018 20:26:34 +0200 Subject: [PATCH] cap sqlalchemy Closes #5557 and fixes some complaints in irc --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6d309f7e..9b15b542 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ install_requires = [ 'WebTest>=2.0.18', 'ConfigObj', 'Markdown', - 'sqlalchemy', + 'sqlalchemy<1.2', # uncap once https://github.com/wtforms/wtforms/issues/373 is fixed 'itsdangerous', 'pytz', 'sphinx', -- 2.25.1