mirror of
https://github.com/nikdoof/decrypt-otpauth-files.git
synced 2025-12-25 00:09:29 +00:00
Update for modern Python and UV
This commit is contained in:
14
pyproject.toml
Normal file
14
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user