Changed to native gpio, implemented runner

This commit is contained in:
Alexander Werner
2019-02-28 19:35:55 +01:00
parent 6dd6e09516
commit 15e93c127a
6 changed files with 167 additions and 161 deletions

View File

@@ -6,9 +6,7 @@ name = "pypi"
[packages]
requests = "*"
click = "*"
"RPi.GPIO" = "*"
pigpio = "*"
gpiozero = "*"
gpiozero = "==1.5.0"
colorama = "*"
click-log = "*"
click-didyoumean = "*"
@@ -19,7 +17,7 @@ terminaltables = "*"
"flake8" = "*"
"pep8-naming" = "*"
radon = "*"
xenon = "*"
xenon = "==0.5.4"
tox = "*"
tox-pipenv = "*"
pytest = "*"