You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
355 B
17 lines
355 B
[project]
|
|
name = "reactllmdemo"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"langchain-community>=0.3.21",
|
|
"langchain-openai>=0.3.13",
|
|
"langgraph>=0.3.30",
|
|
]
|
|
|
|
[[tool.uv.index]]
|
|
name = "private-pypi"
|
|
url = "https://mirrors.aliyun.com/pypi/simple/"
|
|
default = true
|