mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
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>
3 lines
66 B
Plaintext
3 lines
66 B
Plaintext
pyserial >= 3.3
|
|
importlib_metadata >= 1.4; python_version < "3.8"
|