21 lines
338 B
TOML
21 lines
338 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
mpremote = "*"
|
|
pyserial = "*"
|
|
esptool = "*"
|
|
pyjwt = "*"
|
|
watchfiles = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.12"
|
|
|
|
[scripts]
|
|
web = "python /home/pi/led-controller/tests/web.py"
|
|
watch = "python -m watchfiles 'python tests/web.py' src tests"
|