From 5f549a80d447864ab823d8040130675fdbffd7d1 Mon Sep 17 00:00:00 2001 From: Michael McMahon Date: Wed, 6 May 2020 16:21:16 -0400 Subject: [PATCH] Uncap sqlalchemy --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 10ec0c07..12e43862 100644 --- a/setup.py +++ b/setup.py @@ -139,7 +139,7 @@ install_requires = [ 'WebTest>=2.0.18', 'ConfigObj', 'Markdown', - 'sqlalchemy<1.2', # uncap once https://github.com/wtforms/wtforms/issues/373 is fixed + 'sqlalchemy', 'itsdangerous', 'pytz', 'sphinx', -- 2.25.1