add video page

This commit is contained in:
2026-08-07 20:03:20 +05:30
parent d4847579e6
commit 296d6928ca
5 changed files with 72 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ description = "Default template for PDM package"
authors = [
{name = "Alexander Rossmanith", email = ""},
]
dependencies = ["reolinkapi>=0.4.1", "pandas>=3.0.3", "flask>=3.1.3", "python-dotenv>=1.2.2"]
dependencies = ["reolinkapi>=0.4.1", "pandas>=3.0.3", "flask>=3.1.3", "python-dotenv>=1.2.2", "Pillow>=12.2.0"]
requires-python = "==3.14.*"
readme = "README.md"
license = {text = "MIT"}