diff pyproject.toml @ 49:1bd17c2e5517 default tip

video.py must sign video urls for serve-files.js to serve them
author drewp@bigasterisk.com
date Fri, 06 Dec 2024 17:13:51 -0800
parents 1fa90a903621
children
line wrap: on
line diff
--- a/pyproject.toml	Fri Dec 06 14:20:11 2024 -0800
+++ b/pyproject.toml	Fri Dec 06 17:13:51 2024 -0800
@@ -19,6 +19,7 @@
     "sse-starlette>=2.1.3",
     "mongo-queue-service>=0.2.1",
     "yt-dlp>=2024.8.6",
+    "pycryptodome>=3.21.0",
 ]
 requires-python = ">=3.10"
 license = { text = "MIT" }