diff --git a/Pipfile b/Pipfile index d56984b..576ddbf 100644 --- a/Pipfile +++ b/Pipfile @@ -8,6 +8,7 @@ mpremote = "*" pyserial = "*" esptool = "*" watchfiles = "*" +uvicorn = "*" [dev-packages] @@ -15,5 +16,4 @@ watchfiles = "*" python_version = "3.12" [scripts] - -dev = 'watchfiles "./dev.py /dev/ttyACM0 src reset follow"' \ No newline at end of file +dev = 'watchfiles "./dev.py /dev/ttyACM0 src reset follow"'