Unverified Commit 0744e84b authored by Ozzie Isaacs's avatar Ozzie Isaacs Committed by GitHub

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
parent 6f0b3bbd
...@@ -9,7 +9,7 @@ iso-639>=0.4.5 ...@@ -9,7 +9,7 @@ iso-639>=0.4.5
PyPDF2==1.26.0 PyPDF2==1.26.0
pytz>=2016.10 pytz>=2016.10
requests>=2.11.1 requests>=2.11.1
SQLAlchemy>=1.1.0 SQLAlchemy>=1.1.0,<1.3.0
tornado>=4.1 tornado>=4.1
Wand>=0.4.4 Wand>=0.4.4
unidecode>=0.04.19 unidecode>=0.04.19
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment