Agent / pyproject.toml
Fer-geo's picture
Update pyproject.toml
e9e79ff verified
raw
history blame contribute delete
600 Bytes
[tool.poetry]
name = "streamlit-agent"
version = "0.1.0"
description = ""
authors = ["Tim Conkling <[email protected]>", "Joshua Carroll <[email protected]>"]
license = "Apache 2.0"
readme = "README.md"
packages = [{include = "streamlit_agent"}]
[tool.poetry.dependencies]
python = "^3.11"
langchain = ">=0.0.229"
streamlit = ">=1.24.0"
openai = "^0.27.8"
duckduckgo-search = "^3.8.3"
pydantic = "=1.10.9"
[tool.poetry.group.dev.dependencies]
black = "^23.3.0"
mypy = "^1.4.1"
pre-commit = "^3.3.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"