44 lines
943 B
TOML
44 lines
943 B
TOML
[project]
|
|
name = "autolongvideogeneration"
|
|
version = "1.1.0"
|
|
description = "Add your description here"
|
|
readme = "readme.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"aiohttp>=3.12.14",
|
|
"chardet>=5.2.0",
|
|
"faiss-cpu>=1.12.0",
|
|
"google-genai>=1.47.0",
|
|
"langchain>=0.3.26",
|
|
"langchain-community>=0.3.27",
|
|
"langchain-openai>=0.3.27",
|
|
"moviepy>=2.2.1",
|
|
"openai>=1.95.0",
|
|
"opencv-python",
|
|
"pillow>=11.3.0",
|
|
"pyyaml>=6.0.2",
|
|
"requests>=2.32.4",
|
|
"scenedetect[opencv]>=0.6.7.1",
|
|
"tenacity>=9.1.2",
|
|
]
|
|
|
|
[tool.uv.sources]
|
|
torch = [
|
|
{ index = "pytorch-cu128", marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
|
|
]
|
|
torchaudio = [
|
|
{ index = "pytorch-cu128", marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
|
|
]
|
|
|
|
|
|
|
|
[[tool.uv.index]]
|
|
name = "pytorch-cu128"
|
|
url = "https://download.pytorch.org/whl/cu128"
|
|
explicit = true
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"pytest>=8",
|
|
]
|