Skip to content

Commit

Permalink
Pin Pillow>=4.3.0,<7.1.0 to fix dep issue
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 authored and phil-flex committed May 15, 2020
1 parent c9c2589 commit b86b25d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion synapse/python_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@
"pyasn1-modules>=0.0.7",
"daemonize>=2.3.1",
"bcrypt>=3.1.0",
"pillow>=4.3.0",
# Pillow 7.1.0 causes the following issue on debian buster:
# https://github.com/python-pillow/Pillow/issues/2377
"pillow>=4.3.0,<7.1.0",
"sortedcontainers>=1.4.4",
"pymacaroons>=0.13.0",
"msgpack>=0.5.2",
Expand Down

0 comments on commit b86b25d

Please sign in to comment.