Skip to content

Commit

Permalink
pyproject.toml: require gpiodevice>=0.0.4.
Browse files Browse the repository at this point in the history
0.0.4 includes support for more Pi platforms by treating all pinctrl-
gpiochip devices as valid.
  • Loading branch information
Gadgetoid committed Apr 25, 2024
1 parent b09c77d commit 638d976
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 @@ -37,7 +37,7 @@ classifiers = [
]
dependencies = [
"gpiod>=2.1.3",
"gpiodevice>=0.0.3",
"gpiodevice>=0.0.4",
"sn3218>=3.0.0",
"st7735>=1.0.0",
"ads1015>=1.0.0"
Expand Down

0 comments on commit 638d976

Please sign in to comment.