From d613d412e6304472daf34f4be1ee26a47fb0ee06 Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Fri, 17 Jan 2020 09:05:14 -0800 Subject: [PATCH] [Blurplefy] No need to specify pillow ver now --- blurplefy/info.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blurplefy/info.json b/blurplefy/info.json index 7597a49..8f7948e 100644 --- a/blurplefy/info.json +++ b/blurplefy/info.json @@ -9,7 +9,7 @@ "manage_roles" ], "requirements": [ - "pillow==5.2.0", + "pillow", "python-resize-image" ], "short": "Blurplefy a user profile picture or image.", @@ -19,4 +19,4 @@ "profile" ], "type": "COG" -} \ No newline at end of file +}