File size: 543 Bytes
80f57fb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0f705a4
80f57fb
 
 
 
 
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
[tool.poetry]
name = "realvest-app"
version = "0.1.0"
description = ""
authors = ["Your Name <[email protected]>"]
readme = "README.md"
packages = [{include = "realvest_app"}]

[tool.poetry.dependencies]
python = ">=3.9,<3.9.7 || >3.9.7,<4.0"
streamlit = "^1.23.1"
openai = "^0.27.8"
langchain = "^0.0.213"
pinecone-client = "^2.2.2"
python-dotenv = "^1.0.0"
tqdm = "^4.65.0"
pandas = "^2.0.2"
psycopg2-binary = "^2.9.6"
PyYAML = "^6.0"
jupyterlab = "^4.0.2"


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