mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-21 06:00:45 -04:00
update setup.py: skip prometheus-async; update ytdlp
This commit is contained in:
parent
1d63793788
commit
1d84e72ce7
1 changed files with 1 additions and 2 deletions
3
setup.py
3
setup.py
|
@ -78,10 +78,9 @@ setuptools.setup(
|
||||||
"cryptography>=2.3",
|
"cryptography>=2.3",
|
||||||
"python-magic>=0.4.15",
|
"python-magic>=0.4.15",
|
||||||
"prometheus-client>=0.20.0",
|
"prometheus-client>=0.20.0",
|
||||||
"prometheus-async>=22.2.0",
|
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
"yt-dlp": ["yt-dlp==2024.7.25"],
|
"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