add androzoo support

This commit is contained in:
Jean-Marie Mineau 2024-10-17 14:57:08 +02:00
parent 43eef100f1
commit 01abb1879d
6 changed files with 465 additions and 206 deletions

View file

@ -7,9 +7,13 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
androguard = "^4.1.2"
SecretStorage = { version = "^3.3.3", optional = true }
[tool.poetry.extras]
secretstorage = ["SecretStorage"]
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"