Replaces pyaes with cryptography and reorganize backup parser code

This commit is contained in:
tek
2022-03-04 15:05:10 +01:00
parent 6cc67f3c1d
commit a4d08f8f35
2 changed files with 34 additions and 47 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ requires = (
# Android dependencies:
"adb-shell>=0.4.2",
"libusb1>=2.0.1",
"pyaes>=1.6.1"
"cryptography>=36.0.1"
)