This commit is contained in:
2025-05-12 11:40:52 -03:00
parent e42abd328c
commit 3c94b5ad46
9 changed files with 1306 additions and 0 deletions

19
certs/pyproject.toml Normal file
View File

@@ -0,0 +1,19 @@
[project]
name = "certs"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"jinja2>=3.1.6",
"layercake",
]
[tool.uv.sources]
layercake = { path = "../layercake" }
[tool.ruff.format]
quote-style = "single"
[dependency-groups]
dev = ["ruff>=0.11.9"]