[tool.poetry] name = "negotiateai2" version = "0.1.0" description = "" authors = ["Rahkakavee Baskaran "] 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"