add
This commit is contained in:
28
enrollments-events/app/certs/pyproject.toml
Normal file
28
enrollments-events/app/certs/pyproject.toml
Normal file
@@ -0,0 +1,28 @@
|
||||
[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",
|
||||
"qrcode>=8.2",
|
||||
]
|
||||
|
||||
[tool.uv.sources]
|
||||
layercake = { path = "../layercake" }
|
||||
|
||||
[tool.ruff]
|
||||
target-version = "py311"
|
||||
src = ["app"]
|
||||
|
||||
[tool.ruff.format]
|
||||
quote-style = "single"
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = ["E", "F", "I"]
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"ruff>=0.11.9",
|
||||
]
|
||||
Reference in New Issue
Block a user