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
pull/836/head
Ozzie Isaacs 5 years ago committed by GitHub
parent 6f0b3bbda0
commit 0744e84ba9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save