Skip to content

Commit

Permalink
add gpiozero and rpi.gpio to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dougollerenshaw authored May 22, 2019
1 parent aa3ad8c commit 6e49f2a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"pyfirmata==1.1.0",
"pyserial==3.4",
"Pyro4",
"serpent"
"serpent",
"RPi.GPIO",
"gpiozero",
]
)
)

0 comments on commit 6e49f2a

Please sign in to comment.