Skip to content

Commit

Permalink
update setup.py: skip prometheus-async; update ytdlp
Browse files Browse the repository at this point in the history
  • Loading branch information
Barbara Miller committed Sep 12, 2024
1 parent 1d63793 commit 1d84e72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,9 @@ def find_package_data(package):
"cryptography>=2.3",
"python-magic>=0.4.15",
"prometheus-client>=0.20.0",
"prometheus-async>=22.2.0",
],
extras_require={
"yt-dlp": ["yt-dlp==2024.7.25"],
"yt-dlp": ["yt-dlp>=2024.7.25"],
"dashboard": ["flask>=1.0", "gunicorn>=19.8.1"],
"easy": [
"warcprox>=2.4.31",
Expand Down

0 comments on commit 1d84e72

Please sign in to comment.