815fa7f0bc
Draft: Adding Poetry * addpoetry * pipes * mypy * streamlit * searchforchange Approved-by: Alex Galarce
36 lines
707 B
TOML
36 lines
707 B
TOML
[tool.poetry]
|
|
name = "doczyai-automation"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Michael McGuinness <mmcguinness@aarete.com>"]
|
|
readme = "README.md"
|
|
package-mode = false
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "3.11.10"
|
|
boto3 = "1.35.37"
|
|
botocore = "1.35.37"
|
|
loguru = "0.7.2"
|
|
pandas = "2.2.3"
|
|
pytest = "8.3.3"
|
|
pyyaml = "6.0.2"
|
|
selenium = "4.25.0"
|
|
snowflake = "0.13.0"
|
|
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
black = "^24.10.0"
|
|
mypy = "^1.12.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.black]
|
|
line-length = 88
|
|
target-version = ['py311']
|
|
|
|
[tool.mypy]
|
|
disable_error_code = ["import-not-found","import-untyped"]
|
|
#install_types = true
|
|
#non_interactive = true |