8000 tools/mpremote: Reduce dependency on importlib_metadata. · micropython/micropython@16c6bc4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 16c6bc4

Browse files
jsprickedpgeorge
authored andcommitted
tools/mpremote: Reduce dependency on importlib_metadata.
No longer require importlib_metadata on new Python versions as it is included in the standard distribution. Signed-off-by: Jochen Sprickerhof <git@jochen.sprickerhof.de>
1 parent c6f6f34 commit 16c6bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/mpremote/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pyserial >= 3.3
2-
importlib_metadata >= 1.4
2+
importlib_metadata >= 1.4; python_version < "3.8"

0 commit comments

Comments
 (0)
0