-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
43 lines (39 loc) · 978 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[tool.poetry]
name = "cobol-enhancer"
version = "0.1.0"
description = "A COBOL enhancer project"
authors = ["Thibaud Bourgeois <[email protected]>"]
readme = "README.md"
packages = [
{ include = "app" },
]
[tool.poetry.dependencies]
python = "^3.11"
uvicorn = "^0.23.2"
langserve = {extras = ["server"], version = "*"}
pydantic = "<2"
langgraph = "*"
langchain-openai = "*"
langchainhub = "*"
termcolor = "^2.4.0"
ipython = "^8.22.2"
graphviz = "^0.20.2"
plotly = "^5.20.0"
flask = "^3.0.2"
networkx = "^3.2.1"
pyreadline = "^2.1"
redis = "^5.0.3"
openai = "*"
langchain-community = "*"
langchain-core = "*"
fastapi = "^0.104.0"
sse-starlette = "^1.6.5"
langchain-anthropic = "^0.1.6"
[tool.poetry.group.dev.dependencies]
langchain-cli = ">=0.0.15"
pytest = "^8.1.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.langserve]
export_module = "app.ubp_cobol.workflow" # Adjusted path for the merged project structure