Save and retrieve playlists and epg guides from vercel blob storage

This commit is contained in:
2025-05-06 13:27:14 -05:00
parent a55695865e
commit beb1bdd8c0
8 changed files with 230 additions and 31 deletions

View File

@@ -9,5 +9,6 @@ dependencies = [
"python-dotenv>=1.0.0",
"python-multipart>=0.0.9",
"upstash-redis>=1.0.0",
"redis>=5.0.0"
"redis>=5.0.0",
"vercel_blob>=0.3.2"
]