From a0e16627260d20fc055550799195354ce75c7756 Mon Sep 17 00:00:00 2001 From: Nex Date: Tue, 18 Jan 2022 16:16:03 +0100 Subject: [PATCH] Somehow mysteriously with >= pip doesn't find the version, with == does --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index be9f23a..559ff78 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ requires = ( "packaging>=21.0", "appdirs>=1.4.4", # iOS dependencies: - "iOSbackup>=0.9.921", + "iOSbackup==0.9.921", # Android dependencies: "adb-shell>=0.4.2", "libusb1>=2.0.1",