From aa002629fc7726086335e47b34e98434119eaa98 Mon Sep 17 00:00:00 2001 From: fizzyceo <84289623+fizzyceo@users.noreply.github.com> Date: Sat, 30 Jul 2022 10:48:51 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2d57308..173e78d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ include = [] python = ">=3.6" comtypes = "~1.1.7" -pillow = "~7.1.2" +pillow = ">=7.1.2" [tool.poetry.dev-dependencies] ipython = "~7.14" @@ -41,4 +41,4 @@ line-length = 99 [build-system] requires = ["poetry>=0.12"] -build-backend = "poetry.masonry.api" \ No newline at end of file +build-backend = "poetry.masonry.api"