From 562627e6579a6a9c3203ef51917f2bfdc3ea2d0b Mon Sep 17 00:00:00 2001 From: DevilXD Date: Sun, 2 Jul 2023 19:17:19 +0200 Subject: [PATCH] Pin pillow version to <10 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1ea5c54..bf8a4d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aiohttp>2.0,<4.0 -Pillow +Pillow<10.0 # TODO: switch back to a stable pystray release when a version newer than v0.19.4 is out pystray@git+https://github.com/moses-palmer/pystray.git@903836104f8b1a2979f4fa5a333870ef7b075992 PyGObject; sys_platform == "linux" # required for better system tray support on Linux