新增API
- /ffmpeg/subtitle-apply - /ffmpeg/bgm-nosie-reduce - /ffmpeg/zoom-loop - /ffmpeg/overlay-gif
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user