hisui 2025.2.0

Recording Composition Tool Hisui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[project]
name = "hisui-plugin-examples"
version = "0.1.0"

dependencies = [
    "sora-sdk",
    "numpy",
]

requires-python = ">=3.12"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.uv]
package = false