mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 13:34:57 -04:00
Fix image orientation when generating thumbnail (#5039)
This commit is contained in:
parent
07cff7b121
commit
f89f688a55
4 changed files with 46 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue