加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
[project]
name = "videomosaic"
version = "0.1.0"
description = "一站式短视频拼接软件 无依赖,点击即用,自动去黑边,自动帧同步,自动调整分辨率,批量变更视频为横屏/竖屏"
authors = [
{ name = "PythonImporter", email = "271374667@qq.com" }
]
dependencies = [
"pyside6-fluent-widgets>=1.5.6",
"ansi2html>=1.9.1",
"loguru>=0.7.2",
"opencv-contrib-python>=4.10.0.84",
"typing-extensions>=4.12.2",
"auto-editor>=24.31.1",
"audio-separator[cpu]>=0.18.3",
"noisereduce>=3.0.2",
"onnx==1.16.1",
]
readme = "README.md"
requires-python = ">= 3.10"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.rye]
managed = true
dev-dependencies = [
"nuitka>=2.2.3",
"pyinstaller>=6.10.0",
]
[[tool.rye.sources]]
name = "default"
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
[[tool.rye.sources]]
name = "pypi"
url = "https://pypi.org/simple"
[[tool.rye.sources]]
name = "pytorch"
url = "https://download.pytorch.org/whl/cu121"
[tool.hatch.metadata]
allow-direct-references = true
[tool.hatch.build.targets.wheel]
packages = ["src/videomosaic"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化