From 0744e84ba93eb573ff3f3e0bbcab21bef80f9988 Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Thu, 7 Mar 2019 20:50:58 +0100 Subject: [PATCH] Fix for sqlalchemy version problem In version 1.3.0 the follwoing error is thrown: Textual SQL expression 'xxx.xxx' should be explicitly declared as text --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3fb23ea3..7213ac19 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ iso-639>=0.4.5 PyPDF2==1.26.0 pytz>=2016.10 requests>=2.11.1 -SQLAlchemy>=1.1.0 +SQLAlchemy>=1.1.0,<1.3.0 tornado>=4.1 Wand>=0.4.4 unidecode>=0.04.19