skeleton files added

This commit is contained in:
Jonas Forsberg
2022-07-07 18:54:56 +02:00
parent ea9d3aa73f
commit af7127d05c
6 changed files with 371 additions and 0 deletions

17
Pipfile Normal file
View File

@@ -0,0 +1,17 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
paho-mqtt = "*"
rpi-gpio = "*"
[dev-packages]
pytest = "*"
pytest-cov = "*"
pytest-mock = "*"
black = "*"
[requires]
python_version = "3.6"