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