datahoot / pyproject.toml
shlomihod
initial commit
ba1afb2
raw
history blame contribute delete
No virus
344 Bytes
[tool.poetry]
name = "dataoot"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
langchain = "^0.0.295"
openai = "^0.28.0"
streamlit = "^1.26.0"
tabulate = "^0.9.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"