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