Merge branch 'new_metrics' into qa

This commit is contained in:
Barbara Miller 2024-09-13 14:24:34 -07:00
commit aaf85db638
5 changed files with 122 additions and 3 deletions

View file

@ -78,9 +78,10 @@ setuptools.setup(
"jinja2>=2.10",
"cryptography>=2.3",
"python-magic>=0.4.15",
"prometheus-client>=0.20.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",