From 21359c6c7452ce79caa633f2cb59b5ba4ccd27b7 Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Mon, 31 Jan 2022 20:35:56 +0530 Subject: [PATCH] Reverting patch for the upgrade of Pillow module. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cd821c828..e24158924 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,4 +44,4 @@ Authlib==0.15.* requests==2.25.* pyotp==2.* qrcode==7.* -Pillow==9.* +Pillow==8.3.*