Files
FiDA_Python/pyproject.toml
2026-03-03 17:50:03 +08:00

41 lines
1.0 KiB
TOML

[project]
name = "FiDA"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"
dependencies = [
"crawl4ai>=0.8.0",
"deepagents>=0.4.3",
"fastapi[standard]>=0.128.0",
"gunicorn>=25.0.1",
"image>=1.5.33",
"langchain-community>=0.4.1",
"langchain-core>=1.2.8",
"langchain-google-genai>=4.2.0",
"langgraph[postgres]>=1.0.7",
"langgraph-checkpoint-mongodb>=0.3.1",
"minio>=7.2.20",
"modality>=0.1.0",
"motor>=3.7.1",
"playwright>=1.58.0",
"pydantic>=2.12.5",
"pydantic-settings>=2.12.0",
"pymongo[srv]>=4.15.5",
"python-dotenv>=1.2.1",
"tavily-python>=0.7.21",
"uuid>=1.30",
"uvicorn>=0.40.0",
"psycopg[binary]>=3.3.3",
"postgres>=4.0",
"langchain-huggingface>=1.2.0",
"sentence-transformers>=5.2.3",
"rank-bm25>=0.2.2",
"torch>=2.10.0",
"faiss-cpu>=1.13.2",
"terminate>=0.0.9",
"report-generator>=0.1.10",
"dashscope>=1.25.13",
"prompt>=0.4.1",
"langchain-qwq>=0.3.4",
]