新增API

- /ffmpeg/subtitle-apply
- /ffmpeg/bgm-nosie-reduce
- /ffmpeg/zoom-loop
- /ffmpeg/overlay-gif
This commit is contained in:
shuohigh@gmail.com
2025-05-15 15:20:25 +08:00
parent 0f2b9ddb16
commit 0fca52a271
16 changed files with 904 additions and 271 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "BowongModalFunctions"
version = "0.1.1-pre"
dynamic = ["version"]
authors = [
{ name = "Yudi Xiao", email = "xyd@bowong.ai" },
]
@@ -27,7 +27,6 @@ dependencies = [
"cos-python-sdk-v5>=1.9.36",
"boto3>=1.37.37",
"psutil>=7.0.0",
"twine>=6.1.0",
"scalar-fastapi>=1.0.3",
"modal>=0.76.3",
]
@@ -39,10 +38,16 @@ classifiers = [
license = "MIT"
license-files = ["LICEN[CS]E*"]
[project.optional-dependencies]
cli = ["twine>=6.1.0"]
[build-system]
requires = ["hatchling >= 1.26"]
build-backend = "hatchling.build"
[tool.hatch.version]
path = "src/BowongModalFunctions/__init__.py"
[tool.hatch.build.targets.wheel]
packages = ["src/BowongModalFunctions"]
sources = ["src"]