aggiunte cose

This commit is contained in:
2020-11-30 13:27:54 +00:00
parent cdb4aced3e
commit fd00ff3d87
3 changed files with 95 additions and 2 deletions

37
poetry.lock generated
View File

@@ -1,3 +1,30 @@
[[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"
@@ -20,9 +47,17 @@ python-versions = "*"
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
content-hash = "01386c0a415f38d4252a3e911925343c3bafeb207dc5a67bffcb23d5da48971e"
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"},
]