mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
11 lines
204 B
TOML
11 lines
204 B
TOML
[project]
|
|
name = "trivy-report"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"jinja2>=3.1.6",
|
|
"weasyprint>=66.0",
|
|
]
|