From 026a20da3e803328c4fc9bce66b9931d18f12c1e Mon Sep 17 00:00:00 2001 From: Jos Verlinde Date: Thu, 1 May 2025 17:12:45 +0200 Subject: [PATCH] tools/mpremote: Add platformdirs dependency to requirements.txt. Needed to easily find the user configuration file. Signed-off-by: Jos Verlinde --- tools/mpremote/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/mpremote/requirements.txt b/tools/mpremote/requirements.txt index 6209cde5c..0aa2bb42a 100644 --- a/tools/mpremote/requirements.txt +++ b/tools/mpremote/requirements.txt @@ -1,2 +1,3 @@ pyserial >= 3.3 importlib_metadata >= 1.4; python_version < "3.8" +platformdirs >= 4.3.7