From 58d7d2a717e20bee6191764c73ba82730cf5ceac Mon Sep 17 00:00:00 2001 From: hyugogirubato <65763543+hyugogirubato@users.noreply.github.com> Date: Sat, 26 Oct 2024 15:19:36 +0200 Subject: [PATCH] add new requests dependency --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e23e778..c3090c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "keydive" -version = "2.1.0" +version = "2.1.1" 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>"] @@ -41,6 +41,7 @@ pathlib = "^1.0.1" pycryptodomex = "^3.21.0" pywidevine = "^1.8.0" pathvalidate = "^3.2.1" +requests = "^2.32.3" PyYAML = { version = "^6.0.2", optional = true } Flask = { version = "^3.0.3", optional = true } xmltodict = { version = "^0.14.2", optional = true }