From c90e5eb697c0bfb4856e223bf307d7d4c0a1afa5 Mon Sep 17 00:00:00 2001 From: Profitroll <47523801+profitrollgame@users.noreply.github.com> Date: Fri, 17 Feb 2023 16:44:03 +0100 Subject: [PATCH] Added Pillow to requirements --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b3d20c8..3eb7777 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,5 @@ apscheduler~=3.10.0 pyrogram~=2.0.99 requests~=2.28.2 psutil~=5.9.4 -pymongo~=4.3.3 \ No newline at end of file +pymongo~=4.3.3 +pillow~=9.4.0 \ No newline at end of file