24 lines
585 B
TOML
24 lines
585 B
TOML
[project]
|
|
name = "modaldeploy"
|
|
version = "0.2.0"
|
|
description = "管理Modal worker的工程"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"boto3>=1.37.37",
|
|
"cos-python-sdk-v5>=1.9.36",
|
|
"crcmod>=1.7",
|
|
"httpx>=0.28.1",
|
|
"loguru>=0.7.3",
|
|
"pydantic>=2.11.3",
|
|
"pydantic-settings>=2.9.1",
|
|
"python-ffmpeg>=2.0.12",
|
|
"requests>=2.32.3",
|
|
"scalar-fastapi>=1.0.3",
|
|
"sentry-sdk[loguru]>=2.26.1",
|
|
"tencentcloud-sdk-python-common>=3.0.1363",
|
|
"tencentcloud-sdk-python-vod>=3.0.1363",
|
|
"tqdm>=4.67.1",
|
|
"webvtt-py>=0.5.1",
|
|
]
|