Files
Android/reproducible-builds/apkdiff/pyproject.toml
T

14 lines
327 B
TOML

[project]
name = "apkdiff"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"androguard",
"tqdm>=4.67.1",
]
[tool.uv.sources]
androguard = { git = "https://github.com/androguard/androguard", rev = "943932d35c08b8ee5102ace398882858d3bd7567" }