mirror of
https://github.com/hyugogirubato/KeyDive.git
synced 2026-07-15 18:40:02 +02:00
release v3.0.0
This commit is contained in:
+23
-14
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.poetry]
|
||||
name = "keydive"
|
||||
version = "2.2.1"
|
||||
version = "3.0.0"
|
||||
description = "Extract Widevine L3 keys from Android devices effortlessly, spanning multiple Android versions for DRM research and education."
|
||||
license = "MIT"
|
||||
authors = ["hyugogirubato <65763543+hyugogirubato@users.noreply.github.com>"]
|
||||
@@ -34,16 +34,27 @@ include = [
|
||||
"Changelog" = "https://github.com/hyugogirubato/KeyDive/blob/main/CHANGELOG.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
coloredlogs = "^15.0.1"
|
||||
frida = "^16.6.0"
|
||||
pathlib = "^1.0.1"
|
||||
pycryptodomex = "^3.21.0"
|
||||
pywidevine = "^1.8.0"
|
||||
pathvalidate = "^3.2.1"
|
||||
requests = "^2.32.3"
|
||||
xmltodict = "^0.14.2"
|
||||
Flask = { version = "^3.0.3", optional = true }
|
||||
python = ">=3.8,<4.0"
|
||||
asn1crypto = ">=1.5.1"
|
||||
coloredlogs = ">=15.0.1"
|
||||
construct = "^2.10.70"
|
||||
crccheck = ">=1.3.0"
|
||||
cryptography = ">=45.0.3"
|
||||
frida = ">=17.1.3"
|
||||
pathvalidate = ">=3.2.1"
|
||||
protobuf = "^5.29.5"
|
||||
requests = ">=2.32.3"
|
||||
rich-argparse = ">=1.7.1"
|
||||
Unidecode = ">=1.4.0"
|
||||
xmltodict = ">=0.14.2"
|
||||
Flask = { version = ">=3.0.3", optional = true }
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
frida-tools = ">=14.1.1"
|
||||
mypy-protobuf = ">=3.6.0"
|
||||
|
||||
[tool.poetry.extras]
|
||||
offline = ["Flask"]
|
||||
|
||||
[tool.poetry.scripts]
|
||||
keydive = "keydive.__main__:main"
|
||||
@@ -54,6 +65,4 @@ url = "https://pypi.org/simple/"
|
||||
priority = "primary"
|
||||
|
||||
[certificates]
|
||||
localpypi = { cert = false }
|
||||
|
||||
|
||||
localpypi = { cert = false }
|
||||
Reference in New Issue
Block a user