Somehow mysteriously with >= pip doesn't find the version, with == does

This commit is contained in:
Nex 2022-01-18 16:16:03 +01:00
parent 51645bdbc0
commit a0e1662726
1 changed files with 1 additions and 1 deletions

View File

@ -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",