File size: 474 Bytes
fc58a90
 
 
 
 
 
 
 
 
 
 
 
 
 
19f60bc
 
 
fc58a90
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[tool.poetry]
name = "test"
version = "0.1.0"
description = ""
authors = ["ricklon <rianders@docs.rutgers.edu>"]
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.9,<3.9.7 || >3.9.7,<4.0"
streamlit = "^1.32.2"
pandas = "^2.2.1"
numpy = "^1.26.4"
langchain = "^0.1.13"
openai = "^1.14.3"
duckduckgo-search = "^5.1.0"
langchain-openai = "^0.1.1"
langchain-community = "^0.0.29"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"