From 6555eeee4ba8bf9142550e832f90847562668ad8 Mon Sep 17 00:00:00 2001 From: nikos9742 Date: Tue, 19 Oct 2021 15:50:05 +0200 Subject: [PATCH] Add Pillow to requirements --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4191b571..23cbce18 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ git+https://github.com/kokarare1212/librespot-python music_tag pydub -websocket-client \ No newline at end of file +websocket-client +Pillow \ No newline at end of file