yt_dlp 2024.7.16, websocket-client==1.8.0

This commit is contained in:
Barbara Miller 2024-07-23 17:57:14 -07:00
parent 4f36684c7c
commit b41393fac5

View file

@ -66,10 +66,10 @@ setuptools.setup(
}, },
install_requires=[ install_requires=[
"PyYAML>=5.1", "PyYAML>=5.1",
"yt_dlp<2023.11.16", "yt_dlp==2024.7.16",
"reppy==0.3.4", "reppy==0.3.4",
"requests>=2.21", "requests>=2.21",
"websocket-client>=0.39.0,<=0.48.0", "websocket-client==1.8.0",
"pillow>=5.2.0", "pillow>=5.2.0",
"urlcanon>=0.1.dev23", "urlcanon>=0.1.dev23",
"doublethink @ git+https://github.com/internetarchive/doublethink.git@Py311", "doublethink @ git+https://github.com/internetarchive/doublethink.git@Py311",