From 52fc4c5dad7e9b4885ceb6489563db53e6b0d770 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Mon, 3 Oct 2022 14:29:14 +0200 Subject: [PATCH] Add pillow as dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a7bc3d0..b071a7b 100644 --- a/setup.py +++ b/setup.py @@ -81,6 +81,6 @@ setuptools.setup( 'sideband=sbapp:main.run', ] }, - install_requires=['rns>=0.3.12', 'lxmf>=0.1.8', 'kivy==2.1.0', 'plyer'], + install_requires=['rns>=0.3.12', 'lxmf>=0.1.8', 'kivy==2.1.0', 'plyer', "pillow"], python_requires='>=3.6', )