Spaces:
Sleeping
Sleeping
File size: 460 Bytes
a150274 40a1af9 a150274 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
[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"
|