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
This commit is contained in:
Ozzie Isaacs 2019-03-07 20:50:58 +01:00 committed by GitHub
parent 6f0b3bbda0
commit 0744e84ba9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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