1
0

Fix the debian build in a better way. (#7212)

This commit is contained in:
Richard van der Hoff
2020-04-03 10:23:36 +01:00
committed by GitHub
parent f7d6e849b3
commit 6d7cec7a57
4 changed files with 36 additions and 9 deletions

View File

@@ -61,9 +61,7 @@ REQUIREMENTS = [
"pyasn1-modules>=0.0.7",
"daemonize>=2.3.1",
"bcrypt>=3.1.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",
"pillow>=4.3.0",
"sortedcontainers>=1.4.4",
"pymacaroons>=0.13.0",
"msgpack>=0.5.2",