initial commit
This commit is contained in:
12
pyproject.toml
Normal file
12
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user