From 34f5a4eaea5c2c696288fd6707fac38f2289fbb3 Mon Sep 17 00:00:00 2001 From: dinogomez Date: Sat, 8 Jun 2024 20:51:30 +0800 Subject: [PATCH] feat(requirements.txt): add pillow library to support image processing features --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2cafcca..751039d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ customtkinter pypresence -pyinstaller \ No newline at end of file +pyinstaller +pillow \ No newline at end of file