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.
This commit is contained in:
Bossiara13 2026-04-22 23:17:44 +03:00
parent 7b8cd31cf3
commit 80d9eedead

View file

@ -26,3 +26,8 @@ pycaw
sounddevice sounddevice
PyYAML PyYAML
python-dotenv python-dotenv
# GUI command constructor (tools/command_builder)
ruamel.yaml
pywebview
pyautogui