[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
mpremote = "*"
pyserial = "*"
esptool = "*"
watchfiles = "*"
fastapi = "*"
uvicorn = "*"
flask = "*"

[dev-packages]

[requires]
python_version = "3"

[scripts]
dev = 'watchfiles "./dev.py /dev/ttyACM0 src reset follow"'
web = "uvicorn tool:app --host 0.0.0.0 --port 8080"
install = "pipenv install"
