first commit
This commit is contained in:
18
pyproject.toml
Normal file
18
pyproject.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[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",
|
||||
]
|
||||
Reference in New Issue
Block a user