- Add /favicon.ico route (204) to avoid browser 404 - CSS formatting tweaks - Pipfile trailing newline Co-authored-by: Cursor <cursoragent@cursor.com>
24 lines
414 B
TOML
24 lines
414 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
mpremote = "*"
|
|
pyserial = "*"
|
|
esptool = "*"
|
|
pyjwt = "*"
|
|
watchfiles = "*"
|
|
requests = "*"
|
|
selenium = "*"
|
|
adafruit-ampy = "*"
|
|
|
|
[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"
|
|
install = "pipenv install" |