Mercurial > code > home > repos > video
comparison 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 |
comparison
equal
deleted
inserted
replaced
48:046673b1cc24 | 49:1bd17c2e5517 |
---|---|
17 "uvicorn>=0.30.6", | 17 "uvicorn>=0.30.6", |
18 "watchgod>=0.8.2", | 18 "watchgod>=0.8.2", |
19 "sse-starlette>=2.1.3", | 19 "sse-starlette>=2.1.3", |
20 "mongo-queue-service>=0.2.1", | 20 "mongo-queue-service>=0.2.1", |
21 "yt-dlp>=2024.8.6", | 21 "yt-dlp>=2024.8.6", |
22 "pycryptodome>=3.21.0", | |
22 ] | 23 ] |
23 requires-python = ">=3.10" | 24 requires-python = ">=3.10" |
24 license = { text = "MIT" } | 25 license = { text = "MIT" } |
25 | 26 |
26 [build-system] | 27 [build-system] |