Files
FiDA_Python/pyproject.toml

71 lines
1.8 KiB
TOML
Executable File

[project]
name = "fida"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
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[all,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",
"rank-bm25>=0.2.2",
"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",
"asyncio>=4.0.0",
"requests>=2.32.5",
"chardet<6",
"datetime>=6.0",
"agentstate>=1.0.2",
"langchain-classic>=1.0.1",
"langsmith>=0.7.13",
"path>=17.1.1",
"langgraph-checkpoint-postgres>=3.0.4",
"langgraph-store-mongodb>=0.2.0",
"tool>=0.8.0",
"langchain-daytona>=0.0.3",
"langgraph-cli[inmem]>=0.4.19",
"start>=0.2",
"end>=1.3.1",
"annotated>=0.0.2",
"field>=0.2.0",
"aio-pika>=9.6.2",
"celery[redis]>=5.6.3",
"python3-pika>=0.9.14",
"tasks>=2.8.0",
"kombu>=5.4.0",
"sentence-transformers[onnx]>=5.3.0",
"celery-types>=0.26.0",
"langgraph-api>=0.7.94",
"debugpy>=1.8.20",
"pydevd-pycharm~=253.29346.308",
"python-magic>=0.4.27",
"ddgs>=9.14.1",
"aiofiles>=24.1.0",
"fast-langdetect>=1.0.0",
]