Update for modern Python and UV

This commit is contained in:
2025-07-20 16:29:03 +01:00
parent 2b71b60238
commit 977c50e227
6 changed files with 223 additions and 199 deletions

14
pyproject.toml Normal file
View File

@@ -0,0 +1,14 @@
[project]
name = "decrypt-otpauth-files"
version = "1.0.0"
description = "A tool for decrypting the encrypted backups/account files created by OTP Auth for iOS"
license = { file = "LICENSE" }
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"bpylist2>=4.1.1",
"click>=8.2.1",
"pycryptodome>=3.23.0",
"pyqrcode>=1.2.1",
"rncryptor>=3.3.0",
]