Spaces:
Runtime error
Runtime error
| [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" | |