From 1d84e72ce77ad871fd096a5a4ce6cec8c0f2e09c Mon Sep 17 00:00:00 2001 From: Barbara Miller Date: Thu, 12 Sep 2024 13:10:26 -0700 Subject: [PATCH] update setup.py: skip prometheus-async; update ytdlp --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index edca942c..f3698a9c 100644 --- a/setup.py +++ b/setup.py @@ -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",