simple-chat-with-memory / pyproject.toml
harisyammnv
Revert "feat: new files"
40a1af9
raw
history blame
460 Bytes
[tool.poetry]
name = "summarization-app"
version = "0.1.0"
description = ""
authors = ["Harisyam Manda <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.11,<3.12"
chainlit = "^0.7.700"
openai = "^1.3.6"
langchain = "^0.0.342"
python-dotenv = "^1.0.0"
[tool.poetry.group.dev.dependencies]
black = "^23.11.0"
ruff = "^0.1.6"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"