Files
pyButtons/poetry.lock
2020-11-30 13:27:54 +00:00

67 lines
1.8 KiB
TOML

[[package]]
name = "colorzero"
version = "1.1"
description = "Yet another Python color library."
category = "main"
optional = false
python-versions = "*"
[package.extras]
doc = ["sphinx"]
test = ["pytest", "coverage", "mock"]
[[package]]
name = "gpiozero"
version = "1.5.1"
description = "A simple interface to GPIO devices with Raspberry Pi."
category = "main"
optional = false
python-versions = "*"
[package.dependencies]
colorzero = "*"
[package.extras]
doc = ["sphinx"]
test = ["pytest", "coverage", "mock"]
[[package]]
name = "paho-mqtt"
version = "1.5.1"
description = "MQTT version 5.0/3.1.1 client class"
category = "main"
optional = false
python-versions = "*"
[package.extras]
proxy = ["pysocks"]
[[package]]
name = "rpi.gpio"
version = "0.7.0"
description = "A module to control Raspberry Pi GPIO channels"
category = "main"
optional = false
python-versions = "*"
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
content-hash = "df2668ebf88abf7c1bbed90df65d5c54a84ccbafda357d81082b15c32a67ebf9"
[metadata.files]
colorzero = [
{file = "colorzero-1.1-py2.py3-none-any.whl", hash = "sha256:e3c36d15b293de2b2f77ff54a5bd243fffac941ed0a5332d0697a6612a26a0a3"},
{file = "colorzero-1.1.tar.gz", hash = "sha256:acba47119b5d8555680d3cda9afe6ccc5481385ccc3c00084dd973f7aa184599"},
]
gpiozero = [
{file = "gpiozero-1.5.1-py2.py3-none-any.whl", hash = "sha256:101044038e71cec8be2fa841d4cea9e50e7962e9fb0287f465298b59e3f06594"},
{file = "gpiozero-1.5.1.tar.gz", hash = "sha256:ae1a8dc4e6e793ffd8f900968f3290d218052c46347fa0c0503c65fabe422e4d"},
]
paho-mqtt = [
{file = "paho-mqtt-1.5.1.tar.gz", hash = "sha256:9feb068e822be7b3a116324e01fb6028eb1d66412bf98595ae72698965cb1cae"},
]
"rpi.gpio" = [
{file = "RPi.GPIO-0.7.0.tar.gz", hash = "sha256:7424bc6c205466764f30f666c18187a0824077daf20b295c42f08aea2cb87d3f"},
]