removed mss as dependency

This commit is contained in:
2025-07-08 10:49:55 +02:00
parent 161193fa50
commit 3c0fe1a396
2 changed files with 7 additions and 1 deletions
-1
View File
@@ -34,7 +34,6 @@ VisionFlow Automator is a powerful desktop automation tool that lets you create,
- pygetwindow - pygetwindow
- numpy - numpy
- Pillow - Pillow
- mss
Install dependencies with: Install dependencies with:
```bash ```bash
+7
View File
@@ -0,0 +1,7 @@
PyQt6
opencv-python
pyautogui
pynput
pygetwindow
numpy
Pillow