signal-android/reproducible-builds/apkdiff/pyproject.toml

11 lines
199 B
TOML
Raw Normal View History

2025-11-20 09:26:33 +01:00
[project]
name = "apkdiff"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"androguard>=4.1.3",
"tqdm>=4.67.1",
]