mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-07-09 23:44:12 +01:00
81e09e65cb
Resolves signalapp/Signal-Android#14817
14 lines
327 B
TOML
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" }
|