initial commit

This commit is contained in:
2025-07-30 11:47:17 +08:00
commit d09923d192
19 changed files with 2632 additions and 0 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "gui-dify-video-gen"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"boto3>=1.39.8",
"nuitka>=2.7.12",
"pyside6>=6.9.1",
"requests>=2.32.4",
]