Files
lighting-controller/Pipfile
2025-11-22 16:20:19 +13:00

20 lines
297 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
websockets = "*"
watchfiles = "*"
async-tkinter-loop = "*"
websocket-client = "*"
[dev-packages]
[requires]
python_version = "3"
[scripts]
main = "python main.py"
dev = 'watchfiles "python src/main.py" src'