From cd4a080e51bc0f0860bd339d1fc3fbc6ddd77648 Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Wed, 25 Sep 2024 13:14:05 -0300 Subject: [PATCH 1/2] add `pywidevine` to requirements --- pyproject.toml | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 7e9a0df..13ffabe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,7 @@ dependencies = [ "protobuf", "pybase62", "pycryptodome", + "pywidevine", "re-unplayplay", "yt-dlp", ] diff --git a/requirements.txt b/requirements.txt index 5ffb21b..67a2d4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,6 @@ pillow protobuf pybase62 pycryptodome +pywidevine re-unplayplay yt-dlp From ecc931fb1dbe0d3772817bbd605468abdca4e3a9 Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Wed, 25 Sep 2024 13:14:21 -0300 Subject: [PATCH 2/2] bump version --- votify/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/votify/__init__.py b/votify/__init__.py index e992399..bf25615 100644 --- a/votify/__init__.py +++ b/votify/__init__.py @@ -1 +1 @@ -__version__ = "1.4" +__version__ = "1.4.1"