sense / pyproject.toml
vanishing-grad's picture
Convert to py3.8
f07b911
[tool.poetry]
name = "sense"
version = "0.1.0"
description = ""
authors = ["ab-10 <armins.bagrats@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.8"
farm-haystack = "^1.12.2"
feedparser = "^6.0.10"
streamlit = "*"
tqdm = "*"
pinecone-client = "^2.1.0"
openai = "^0.26.5"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"