From e1276b5be9c4dfda9a64350384bd9681328e47fd Mon Sep 17 00:00:00 2001 From: Ivan Schaller Date: Fri, 2 Feb 2024 10:14:46 +0100 Subject: [PATCH] Fix pytz requirement --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4a73a18..79ab6d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "click-option-group>=0.5.5", "xmltodict>=0.13.0", "img2pdf>=0.4.4", - "pytz==2022.1", + "pytz>=2022.1", ] [project.urls]