sense / pyproject.toml
vanishing-grad's picture
Create the initial version
4e6bed1
raw
history blame
338 Bytes
[tool.poetry]
name = "sense"
version = "0.1.0"
description = ""
authors = ["ab-10 <armins.bagrats@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
farm-haystack = "^1.12.2"
feedparser = "^6.0.10"
streamlit = "*"
tqdm = "*"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"