record-ocr / pyproject.toml
jehyn923's picture
Upload 5 files
ba14e42 verified
raw
history blame contribute delete
374 Bytes
[tool.poetry]
name = "record-ocr"
version = "0.1.0"
description = ""
authors = ["Frank Jae Park <jehyn923@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.12,<3.13"
bs4 = "^0.0.2"
streamlit = "^1.38.0"
langchain-upstage = "^0.2.2"
langchain-anthropic = "0.1.19"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"