diff options
author | PauRE <prodrigestivill@gmail.com> | 2019-05-16 20:04:26 +0200 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-05-16 19:04:26 +0100 |
commit | f89f688a55e1ddffbfa3613ac333f43e81d4b995 (patch) | |
tree | 14e44a6df5e1f7d0ba99f8c2afaae8634142a2e5 /synapse/python_dependencies.py | |
parent | Merge pull request #5174 from matrix-org/dbkr/add_dummy_flow_to_recaptcha_only (diff) | |
download | synapse-f89f688a55e1ddffbfa3613ac333f43e81d4b995.tar.xz |
Fix image orientation when generating thumbnail (#5039)
Diffstat (limited to 'synapse/python_dependencies.py')
-rw-r--r-- | synapse/python_dependencies.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py index 2708f5e820..fdcfb90a7e 100644 --- a/synapse/python_dependencies.py +++ b/synapse/python_dependencies.py @@ -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", |