Files
sunbeam-charms/charms/manila-data/pyproject.toml
Claudiu Belu 2c33e70211 Adds manila-data charm
manila-data is a machine charm, and it manages the manila-data snap.

Change-Id: I30279f713e4b83e72023eef3f0a47905f040886d
Signed-off-by: Claudiu Belu <cbelu@cloudbasesolutions.com>
2025-09-09 09:03:38 +00:00

17 lines
452 B
TOML

# Copyright 2025 Canonical Ltd.
# See LICENSE file for licensing details.
[project]
name = "cinder-volume"
version = "2025.1"
requires-python = "~=3.12.0"
dependencies = [
"jinja2",
"pydantic",
"ops",
"interface_tls_certificates@git+https://opendev.org/openstack/charm-ops-interface-tls-certificates",
"tenacity", # From ops_sunbeam
"opentelemetry-api~=1.21.0", # charm_tracing library -> opentelemetry-sdk requires 1.21.0
]