Skip to content

Commit

Permalink
add requirement dependency of click version 8.0.0 or greater to suppo…
Browse files Browse the repository at this point in the history
…rt get_parameter_source (#72)

Update pyproject.toml
  • Loading branch information
sinipelto authored Jul 8, 2024
1 parent e9c04c2 commit d58c32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ readme = "README.md"
license = {text = "GPL-3.0"}
requires-python = ">=3.8"
dependencies = [
"click",
"click>=8.0.0",
"zigpy",
"crc",
"bellows~=0.39.0",
Expand Down

0 comments on commit d58c32b

Please sign in to comment.