aerospace_chatbot_ams / pyproject.toml
dsmueller's picture
Init
9544071
raw
history blame
No virus
469 Bytes
[tool.poetry]
name = "chatbot-ams-langchain"
version = "0.1.0"
description = ""
authors = ["Dan Mueller <dsm@danmueller.pro>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
langchain = "^0.0.348"
streamlit = "^1.29.0"
python-dotenv = "^1.0.0"
tqdm = "^4.66.1"
ipykernel = "^6.27.1"
langchainhub = "^0.1.14"
canopy-sdk = "0.1.3"
canopy = "^8.42"
openai = "0.27.5"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"