Files
sunbeam-charms/charms/epa-orchestrator/pyproject.toml
Ahmad Hassan b9e31079a2 [epa-orchestrator] epa-orchestrator charm for installing epa-orchestrator snap
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>
2025-06-30 16:12:44 +05:00

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
]