mirror of
https://github.com/janeczku/calibre-web
synced 2024-12-26 01:50:31 +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:
parent
6f0b3bbda0
commit
0744e84ba9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user