primo commit

This commit is contained in:
2020-11-30 12:25:11 +01:00
commit cdb4aced3e
5 changed files with 50 additions and 0 deletions

15
pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
[tool.poetry]
name = "pybuttons"
version = "0.1.0"
description = ""
authors = ["Emanuele <ema.trabattoni@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.8"
paho-mqtt = "^1.5.1"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"