1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-08-31 09:57:56 +00:00

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

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