NegotiateAI / pyproject.toml
TeresaK's picture
Update pyproject.toml
6c861e9 verified
raw
history blame contribute delete
No virus
476 Bytes
[tool.poetry]
name = "plastic-treaty-app"
version = "0.1.0"
description = ""
authors = ["Rahkakavee Baskaran <rahkakavee.baskaran@cause-effect.io>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
streamlit = "^1.30.0"
farm-haystack = "^1.23.0"
pydantic = "<2"
load-dotenv = "^0.1.0"
torch = "^2.1.2"
nltk = "^3.8.1"
sentence-transformers = "^2.2.2"
langchain = "^0.1.9"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"