Skip to content

Commit

Permalink
tools/mpremote: Reduce dependency on importlib_metadata.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jspricke authored and dpgeorge committed Jan 17, 2024
1 parent c6f6f34 commit 16c6bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mpremote/requirements.txt
@@ -1,2 +1,2 @@
pyserial >= 3.3
importlib_metadata >= 1.4
importlib_metadata >= 1.4; python_version < "3.8"

0 comments on commit 16c6bc4

Please sign in to comment.