1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-06-24 22:23:16 +00:00

Added unidecode to required dependencys for same behavior as calibre in generating no ascii folder names (fix for #257)

This commit is contained in:
OzzieIsaacs 2017-07-30 06:49:55 +02:00
parent 82165a67a1
commit f73b3a0b14

View File

@ -9,4 +9,5 @@ pytz>=2016.10
requests>=2.11.1
SQLAlchemy>=0.8.4
tornado>=4.1
Wand>=0.4.4
Wand>=0.4.4
unidecode>=0.04.19