Skip to content

Commit 970b72d

Browse files
committed
Added needed dependencies to pyproject.toml
1 parent 0d34191 commit 970b72d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ dependencies = [
4747
'websockets == 13.1',
4848
'pandas',
4949
'faker',
50-
'fpdf'
50+
'fpdf',
51+
'langchain_core'
5152

5253
]
5354

0 commit comments

Comments
 (0)