UFO icon indicating copy to clipboard operation
UFO copied to clipboard

Add missing dependencies to requirements.txt: pyautogui and uiautomation

Open PedroGruvhagen opened this issue 1 year ago • 0 comments

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.

PedroGruvhagen avatar Sep 22 '24 08:09 PedroGruvhagen