UFO
UFO copied to clipboard
Add missing dependencies to requirements.txt: pyautogui and uiautomation
Description: This pull request addresses the issue where the modules pyautogui and uiautomation were missing from the requirements.txt file, causing ModuleNotFoundError during runtime.
Added pyautogui to handle UI automation tasks that require interaction with the mouse and keyboard. Added uiautomation to facilitate UI control inspection and automation processes. These changes ensure that all dependencies are installed when setting up the project, preventing runtime errors related to missing libraries.