Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyNikiforov authored Sep 27, 2023
1 parent 18399fd commit dea7d2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -80,4 +80,4 @@ pythonpath = [

[tool.setuptools.packages.find]
where = ["src"] # list of folders that contain the packages (["."] by default)
exclude = ["starters"]
exclude = ["starters"]

0 comments on commit dea7d2d

Please sign in to comment.