Add UTF-8 image loading support in VideoEditor and update dependencies

This commit is contained in:
2025-09-26 11:05:14 +02:00
parent bae760837c
commit 5c66935157
2 changed files with 16 additions and 5 deletions

View File

@@ -6,7 +6,8 @@ readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"opencv-python>=4.8.0",
"numpy>=1.24.0"
"numpy>=1.24.0",
"Pillow>=10.0.0"
]
[project.scripts]