feat(新功能):

fix(修复bug):  图片生成服务优化,避免mq连接超时
docs(文档变更):
refactor(重构):
test(增加测试):
This commit is contained in:
zchengrong
2025-06-24 16:58:05 +08:00
parent c77540678b
commit 6203dde267
13 changed files with 1259 additions and 167 deletions

18
pyproject.toml Executable file
View File

@@ -0,0 +1,18 @@
[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",
]