replace prints with structlog.

This commit is contained in:
matt
2026-05-06 16:11:30 -07:00
parent ce66005bb3
commit c36a6a7f62
5 changed files with 29 additions and 6 deletions

View File

@@ -12,6 +12,7 @@ dependencies = [
"pydantic>=2.0",
"pydantic-settings>=2.12.0",
"requests>=2.32.3",
"structlog>=25.5.0",
"yt-dlp>=2025.1.15",
]