mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Pin Pillow>=4.3.0,<7.1.0 to fix dep issue
This commit is contained in:
parent
b730480abb
commit
ec56620ff6
@ -61,7 +61,9 @@ REQUIREMENTS = [
|
||||
"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",
|
||||
|
Loading…
Reference in New Issue
Block a user