Harrison/improve cli (#12368)

This commit is contained in:
Harrison Chase
2023-10-26 13:53:59 -07:00
committed by GitHub
parent 9ce38726a2
commit b43996e553
3 changed files with 4 additions and 4 deletions

View File

@@ -9,12 +9,12 @@ readme = "README.md"
python = ">=3.8.1,<4.0"
langchain = ">=0.0.313, <0.1"
openai = "^0.28.1"
fastapi = "^0.104.0"
sse-starlette = "^1.6.5"
[tool.poetry.group.dev.dependencies]
poethepoet = "^0.24.1"
langchain-cli = ">=0.0.1rc2"
langchain-cli = ">=0.0.4"
fastapi = "^0.104.0"
sse-starlette = "^1.6.5"
[tool.langserve]
export_module = "__package_name__.chain"