File size: 637 Bytes
d064c89
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[tool.poetry]
name = "negotiateai2"
version = "0.1.0"
description = ""
authors = ["Rahkakavee Baskaran <rahkakavee.baskaran@cause-effect.io>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
haystack-ai = "^2.6.1"
qdrant-haystack = "^6.0.0"
pydantic-settings = "^2.6.0"
qdrant-client = "^1.12.0"
langchain = "^0.3.4"
langchain-community = "^0.3.3"
sentence-transformers = "^3.2.1"
streamlit = "^1.39.0"
pypdf = "^5.1.0"
extra-streamlit-components = "^0.1.71"
streamlit-lottie = "^0.0.5"
pdfminer-six = "^20240706"
plotly = "^5.24.1"


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