From dea7d2d7eace6031d4650968af3d4a8cd87d066f Mon Sep 17 00:00:00 2001 From: Andrey Nikiforov Date: Wed, 27 Sep 2023 07:45:41 -0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e489b405a..b77dcd813 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "piexif>=1.1.3,<2", "urllib3>=1.26.14,<2", # from pyicloud_ipd - "six>=1.16.1,<2", + "six>=1.16.0,<2", "tzlocal>=4.2,<5", "pytz>=2022.7.1,<2023", "certifi>=2022.12.7,<2023", @@ -80,4 +80,4 @@ pythonpath = [ [tool.setuptools.packages.find] where = ["src"] # list of folders that contain the packages (["."] by default) -exclude = ["starters"] \ No newline at end of file +exclude = ["starters"]