test-space-negotiate-ai / pyproject.toml
Rahka's picture
first draft
baa7cce verified
raw
history blame contribute delete
637 Bytes
[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"