homecontrol-neopixel: work with homecontrol

This commit is contained in:
Konstantin Koslowski 2019-11-03 13:58:33 +01:00
commit 1367690f70
6 changed files with 174 additions and 0 deletions

14
Pipfile Normal file
View file

@ -0,0 +1,14 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
pyserial = ">=3.3,<4.0"
docopt = "<0.7,>=0.6.2"
adafruit-ampy = ">=1.0.5,<1.1"
[requires]
python_version = "3.7"