From 80d9eedead256fa76cf8e227c9044bdad194ef3c Mon Sep 17 00:00:00 2001 From: Bossiara13 <236771060+DmitryBykov-ISPO@users.noreply.github.com> Date: Wed, 22 Apr 2026 23:17:44 +0300 Subject: [PATCH] chore: add ruamel.yaml + pyautogui deps ruamel.yaml is needed by tools/command_builder/yaml_writer to round-trip commands.yaml without losing comments. pyautogui drives the new keys action. pywebview is added now too so M2's GUI bootstrap can land without another deps bump. --- requirements.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/requirements.txt b/requirements.txt index 22e2d95..a0ba992 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,3 +26,8 @@ pycaw sounddevice PyYAML python-dotenv + +# GUI command constructor (tools/command_builder) +ruamel.yaml +pywebview +pyautogui