From b41393fac5353fe01154c90fc54ee532e149ec59 Mon Sep 17 00:00:00 2001 From: Barbara Miller Date: Tue, 23 Jul 2024 17:57:14 -0700 Subject: [PATCH] yt_dlp 2024.7.16, websocket-client==1.8.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4238e71..e2e2269 100644 --- a/setup.py +++ b/setup.py @@ -66,10 +66,10 @@ setuptools.setup( }, install_requires=[ "PyYAML>=5.1", - "yt_dlp<2023.11.16", + "yt_dlp==2024.7.16", "reppy==0.3.4", "requests>=2.21", - "websocket-client>=0.39.0,<=0.48.0", + "websocket-client==1.8.0", "pillow>=5.2.0", "urlcanon>=0.1.dev23", "doublethink @ git+https://github.com/internetarchive/doublethink.git@Py311",