From 7e083a6721cd05ad86dcd2bd026e80adee1cad93 Mon Sep 17 00:00:00 2001 From: jneilliii Date: Thu, 28 Sep 2023 18:38:24 -0400 Subject: [PATCH] Update setup.py revert pillow pinning to support python 3.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f3ee8fe..0d694d1 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ plugin_license = "AGPLv3" # Any additional requirements besides OctoPrint should be listed here -plugin_requires = ["Pillow>=10.0.1"] +plugin_requires = ["Pillow>=9.5.0"] ### -------------------------------------------------------------------------------------------------------------------- ### More advanced options that you usually shouldn't have to touch follow after this point