add layercake
This commit is contained in:
36
layercake/pyproject.toml
Normal file
36
layercake/pyproject.toml
Normal file
@@ -0,0 +1,36 @@
|
||||
[project]
|
||||
name = "layercake"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
{ name = "Sérgio Rafael Siqueira", email = "sergio@somosbeta.com.br" },
|
||||
]
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"aws-lambda-powertools[all]>=3.8.0",
|
||||
"boto3>=1.37.16",
|
||||
"elasticsearch>=8.17.2",
|
||||
"elasticsearch-dsl>=8.17.1",
|
||||
"ftfy>=6.3.1",
|
||||
"glom>=24.11.0",
|
||||
"orjson>=3.10.15",
|
||||
"pycpfcnpj>=1.8",
|
||||
"pydantic>=2.10.6",
|
||||
"pydantic-extra-types>=2.10.3",
|
||||
"pytz>=2025.1",
|
||||
"shortuuid>=1.0.13",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = ["pytest>=8.3.5", "pytest-cov>=6.0.0", "ruff>=0.11.1"]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
addopts = "--cov --cov-report html -v"
|
||||
|
||||
[tool.ruff.format]
|
||||
quote-style = "single"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
Reference in New Issue
Block a user