Files
FiDA_Python/pyproject.toml

19 lines
443 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 = [
"fastapi>=0.128.0",
"langchain-core>=1.2.8",
"langchain-google-genai>=4.2.0",
"langgraph>=1.0.7",
"langgraph-checkpoint-mongodb>=0.3.1",
"motor>=3.7.1",
"pydantic>=2.12.5",
"pydantic-settings>=2.12.0",
"pymongo[srv]>=4.15.5",
"python-dotenv>=1.2.1",
"uvicorn>=0.40.0",
]