Files
doczyai-pipelines/pyproject.toml
T

33 lines
615 B
TOML
Raw Normal View History

[tool.poetry]
name = "doczy-smart-chunking"
version = "0.1.0"
description = ""
authors = ["Alex Galarce <agalarce@aarete.com>"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.12"
pandas = "^2.2.3"
boto3 = "^1.35.40"
anthropic = "^0.36.0"
pymupdf = "^1.25.5"
pillow = "^11.2.1"
[tool.poetry.group.dev.dependencies]
pytest = "^8.3.3"
black = "^24.10.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.black]
line-length = 88
target-version = ['py312']
[tool.mypy]
#disable_error_code = []
#install_types = true
#non_interactive = true