mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-06-07 14:43:04 -04:00
mv yt-dlp to extras & update
This commit is contained in:
parent
81e640cd12
commit
20841fb49d
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -66,7 +66,6 @@ setuptools.setup(
|
||||||
},
|
},
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"PyYAML>=5.1",
|
"PyYAML>=5.1",
|
||||||
"yt_dlp==2024.7.16",
|
|
||||||
"reppy==0.3.4",
|
"reppy==0.3.4",
|
||||||
"requests>=2.21",
|
"requests>=2.21",
|
||||||
"websocket-client==1.8.0",
|
"websocket-client==1.8.0",
|
||||||
|
@ -80,6 +79,7 @@ setuptools.setup(
|
||||||
"python-magic>=0.4.15",
|
"python-magic>=0.4.15",
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
|
"yt-dlp": ["yt-dlp==2024.7.25"],
|
||||||
"dashboard": ["flask>=1.0", "gunicorn>=19.8.1"],
|
"dashboard": ["flask>=1.0", "gunicorn>=19.8.1"],
|
||||||
"easy": [
|
"easy": [
|
||||||
"warcprox>=2.4.31",
|
"warcprox>=2.4.31",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue