[tool.poetry] | |
name = "dataoot" | |
version = "0.1.0" | |
description = "" | |
authors = ["Your Name <[email protected]>"] | |
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" | |