mirror of
https://github.com/Hommy-master/capcut-mate.git
synced 2026-08-29 07:31:26 +08:00
18 lines
372 B
TOML
18 lines
372 B
TOML
[project]
|
|
name = "capcut-mate"
|
|
version = "1.0.0"
|
|
description = "CapCut Mate API Service"
|
|
authors = [
|
|
{ name = "Hommy", email = "taohongmin51@gmail.com" }
|
|
]
|
|
requires-python = ">=3.11"
|
|
|
|
dependencies = [
|
|
"email-validator>=2.2.0",
|
|
"fastapi>=0.100.0",
|
|
"pymediainfo>=7.0.1",
|
|
"requests>=2.32.5",
|
|
"uiautomation>=2.0.29",
|
|
"uvicorn[standard]>=0.35.0",
|
|
]
|