Add pillow as dependency

This commit is contained in:
Mark Qvist 2022-10-03 14:29:14 +02:00
parent 198b85889e
commit 52fc4c5dad

View File

@ -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',
)