Files
AiDA_Python/pyproject.toml
zchengrong 6203dde267 feat(新功能):
fix(修复bug):  图片生成服务优化,避免mq连接超时
docs(文档变更):
refactor(重构):
test(增加测试):
2025-06-24 16:58:05 +08:00

19 lines
460 B
TOML
Executable File

[project]
name = "trinity-client-aida"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"
dependencies = [
"apscheduler>=3.11.0",
"celery>=5.5.3",
"geventhttpclient>=2.3.4",
"google-search-results>=2.4.2",
"moviepy>=2.2.1",
"numpy==1.26.4",
"pandas-stubs==2.2.3.250527",
"pika-stubs==0.1.3",
"python-multipart>=0.0.20",
"tritonclient[all]>=2.58.0",
"types-urllib3==1.26.25.14",
]