From 3c0fe1a396c6857ee825d650b2011e0402ea11dd Mon Sep 17 00:00:00 2001 From: Gabriel Date: Tue, 8 Jul 2025 10:49:55 +0200 Subject: [PATCH] removed mss as dependency --- README.md | 1 - requirements.txt | 7 +++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 requirements.txt diff --git a/README.md b/README.md index 96c5727..11f2d10 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,6 @@ VisionFlow Automator is a powerful desktop automation tool that lets you create, - pygetwindow - numpy - Pillow -- mss Install dependencies with: ```bash diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..38259df --- /dev/null +++ b/requirements.txt @@ -0,0 +1,7 @@ +PyQt6 +opencv-python +pyautogui +pynput +pygetwindow +numpy +Pillow \ No newline at end of file