initial stab at worker

This commit is contained in:
Misty De Méo 2025-02-13 15:39:10 -08:00
parent 69d682beb9
commit 715a1471c0
2 changed files with 67 additions and 70 deletions

View file

@ -76,6 +76,7 @@ setuptools.setup(
"cryptography>=2.3",
"python-magic>=0.4.15",
"prometheus-client>=0.20.0",
"structlog>=25.1.0"
],
extras_require={
"yt-dlp": ["yt-dlp>=2024.7.25"],