micropython-mpremote: Add new package

From the README:

This CLI tool provides an integrated set of utilities to remotely
interact with and automate a MicroPython device over a serial
connection.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To
2023-05-30 02:25:20 +08:00
parent 9071deb1c7
commit a83dcf0d5c
2 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,2 +1 @@
pyserial >= 3.3
-importlib_metadata >= 1.4