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] 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