
The epa-orchestrator charm is an operator designed to configure and install epa-orchestrator snap. Change-Id: Ib74ec522a67f8f06996d8ff4fdd1c87ae9311de3 Signed-off-by: Ahmad Hassan <ahmad.hassan@canonical.com>
18 lines
388 B
TOML
18 lines
388 B
TOML
# Copyright 2025 Canonical Ltd.
|
|
# See LICENSE file for licensing details.
|
|
|
|
[project]
|
|
name = "epa-orchestrator"
|
|
version = "2025.1"
|
|
requires-python = "~=3.12.0"
|
|
|
|
dependencies = [
|
|
"cryptography",
|
|
"jinja2",
|
|
"jsonschema",
|
|
"pydantic",
|
|
"ops",
|
|
"tenacity", # From ops_sunbeam
|
|
"opentelemetry-api~=1.21.0", # charm_tracing library -> opentelemetry-sdk requires 1.21.0
|
|
]
|