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:
parent
7b8cd31cf3
commit
80d9eedead
1 changed files with 5 additions and 0 deletions
|
|
@ -26,3 +26,8 @@ pycaw
|
||||||
sounddevice
|
sounddevice
|
||||||
PyYAML
|
PyYAML
|
||||||
python-dotenv
|
python-dotenv
|
||||||
|
|
||||||
|
# GUI command constructor (tools/command_builder)
|
||||||
|
ruamel.yaml
|
||||||
|
pywebview
|
||||||
|
pyautogui
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue