Added unidecode to required dependencys for same behavior as calibre in...
Added unidecode to required dependencys for same behavior as calibre in generating no ascii folder names (fix for #257)
Showing
... | @@ -9,4 +9,5 @@ pytz>=2016.10 | ... | @@ -9,4 +9,5 @@ pytz>=2016.10 |
requests>=2.11.1 | requests>=2.11.1 | ||
SQLAlchemy>=0.8.4 | SQLAlchemy>=0.8.4 | ||
tornado>=4.1 | tornado>=4.1 | ||
Wand>=0.4.4 | Wand>=0.4.4 | ||
\ No newline at end of file | unidecode>=0.04.19 | ||
\ No newline at end of file |
Please
register
or
sign in
to comment