Fix image orientation when generating thumbnail (#5039)

This commit is contained in:
PauRE 2019-05-16 20:04:26 +02:00 committed by Richard van der Hoff
parent 07cff7b121
commit f89f688a55
4 changed files with 46 additions and 1 deletions

View file

@ -53,7 +53,7 @@ REQUIREMENTS = [
"pyasn1-modules>=0.0.7",
"daemonize>=2.3.1",
"bcrypt>=3.1.0",
"pillow>=3.1.2",
"pillow>=4.3.0",
"sortedcontainers>=1.4.4",
"psutil>=2.0.0",
"pymacaroons>=0.13.0",