From 90f41a89c27f09f23f1baadbaf45daa9c7e0b67f Mon Sep 17 00:00:00 2001 From: DorskFR Date: Sat, 20 Jul 2024 19:01:15 +0900 Subject: [PATCH] Update dependency mss to v9 --- LPBv2/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LPBv2/requirements.txt b/LPBv2/requirements.txt index 2847e72..9383cbe 100644 --- a/LPBv2/requirements.txt +++ b/LPBv2/requirements.txt @@ -5,6 +5,6 @@ pytest==6.2.3 aiohttp==3.7.4.post0 pynput==1.7.3 numpy==1.20.2 -mss==6.1.0 +mss==9.0.1 Pillow==8.3.1 opencv-python