feat : 代码梳理 移除所有敏感密钥 通过环境变量方式配置
All checks were successful
git commit AiDA python develop 分支构建部署 / scheduled_deploy (push) Has been skipped
All checks were successful
git commit AiDA python develop 分支构建部署 / scheduled_deploy (push) Has been skipped
This commit is contained in:
@@ -2,17 +2,53 @@
|
||||
name = "trinity-client-aida"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
requires-python = ">=3.12"
|
||||
requires-python = ">=3.12,<3.13"
|
||||
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",
|
||||
"agentaction",
|
||||
"aio-pika>=9.5.8",
|
||||
"apscheduler>=3.11.1",
|
||||
"bs4>=0.0.2",
|
||||
"callbacks>=0.3.0",
|
||||
"celery>=5.6.0",
|
||||
"celery-types>=0.23.0",
|
||||
"chromadb>=1.3.7",
|
||||
"dashscope>=1.25.5",
|
||||
"dominate>=2.9.1",
|
||||
"dotenv>=0.9.9",
|
||||
"fastapi[standard]>=0.125.0",
|
||||
"image>=1.5.33",
|
||||
"langchain>=1.2.0",
|
||||
"langchain-community>=0.4.1",
|
||||
"load>=1.0.14",
|
||||
"load-dotenv>=0.1.0",
|
||||
"loguru>=0.7.3",
|
||||
"minio>=7.2.20",
|
||||
"mmcv>=2.2.0",
|
||||
"moviepy==1.0.3",
|
||||
"numpy<2",
|
||||
"ollama>=0.6.1",
|
||||
"opencv-python>=4.11.0.86",
|
||||
"pandas>=2.3.3",
|
||||
"pandas-stubs~=2.3.3",
|
||||
"pika>=1.3.2",
|
||||
"pillow>=12.0.0",
|
||||
"pyasyncore>=1.0.4",
|
||||
"pydantic>=2.12.5",
|
||||
"pydantic-core>=2.41.5",
|
||||
"pydantic-settings>=2.12.0",
|
||||
"pymilvus>=2.6.5",
|
||||
"pymysql>=1.1.2",
|
||||
"python-multipart>=0.0.21",
|
||||
"pyviz-comms>=3.0.6",
|
||||
"redis>=7.1.0",
|
||||
"retry>=0.9.2",
|
||||
"scikit-image>=0.26.0",
|
||||
"scipy>=1.16.3",
|
||||
"scipy-stubs~=1.16.3",
|
||||
"seaborn>=0.13.2",
|
||||
"tool>=0.8.0",
|
||||
"torch>=2.9.1",
|
||||
"torchvision>=0.24.1",
|
||||
"tritonclient[all]>=2.63.0",
|
||||
"uvicorn>=0.38.0",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user