Initial commit

This commit is contained in:
Duncan Barclay
2020-12-30 22:22:58 +00:00
commit 97a8d4df96
9 changed files with 334 additions and 0 deletions

13
Pipfile Normal file
View File

@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
lywsd02 = {version = "=0.0.9", sys_platform = "== 'linux'"}
[dev-packages]
pytest = "*"
[requires]
python_version = "3.7"