Files
FiDA_Python/pyproject.toml

40 lines
1003 B
TOML
Raw Normal View History

2026-02-04 17:57:49 +08:00
[project]
name = "FiDA"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"
dependencies = [
2026-03-03 17:33:51 +08:00
"crawl4ai>=0.8.0",
"deepagents>=0.4.3",
2026-02-05 10:15:03 +08:00
"fastapi[standard]>=0.128.0",
"gunicorn>=25.0.1",
"image>=1.5.33",
2026-03-03 17:33:51 +08:00
"langchain-community>=0.4.1",
2026-02-04 17:57:49 +08:00
"langchain-core>=1.2.8",
"langchain-google-genai>=4.2.0",
2026-03-03 17:33:51 +08:00
"langgraph[postgres]>=1.0.7",
2026-02-04 17:57:49 +08:00
"langgraph-checkpoint-mongodb>=0.3.1",
"minio>=7.2.20",
"modality>=0.1.0",
2026-02-04 17:57:49 +08:00
"motor>=3.7.1",
2026-03-03 17:33:51 +08:00
"playwright>=1.58.0",
2026-02-04 17:57:49 +08:00
"pydantic>=2.12.5",
"pydantic-settings>=2.12.0",
"pymongo[srv]>=4.15.5",
"python-dotenv>=1.2.1",
2026-03-03 17:33:51 +08:00
"tavily-python>=0.7.21",
"uuid>=1.30",
2026-02-04 17:57:49 +08:00
"uvicorn>=0.40.0",
2026-03-03 17:33:51 +08:00
"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",
2026-02-04 17:57:49 +08:00
]