Skip to content

Commit

Permalink
#484 feat: Use branch of pyenergenie without RPi.GPIO
Browse files Browse the repository at this point in the history
  • Loading branch information
TWilkin committed Feb 15, 2024
1 parent 415cd06 commit cfe46d9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 23 deletions.
29 changes: 7 additions & 22 deletions controllers/energenie/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion controllers/energenie/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
gpiozero = "~=2.0.1"
pyenergenie = {git = "https://github.com/TWilkin/pyenergenie.git", rev = "0418bcf53e563fe372ce34d4708102b33d275dd7"}
pyenergenie = {git = "https://github.com/TWilkin/pyenergenie.git", branch = "gpiozero", rev = "9c037117674dd886f56f3534c42261ecd66caf68"}

[tool.poetry.group.powerpi.dependencies]
powerpi-common = {path = "../../common/python", develop = true}
Expand Down

0 comments on commit cfe46d9

Please sign in to comment.