feat(新功能):
fix(修复bug): 图片生成服务优化,避免mq连接超时 docs(文档变更): refactor(重构): test(增加测试):
This commit is contained in:
18
pyproject.toml
Executable file
18
pyproject.toml
Executable 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",
|
||||
]
|
||||
Reference in New Issue
Block a user