
manila-data is a machine charm, and it manages the manila-data snap. Change-Id: I30279f713e4b83e72023eef3f0a47905f040886d Signed-off-by: Claudiu Belu <cbelu@cloudbasesolutions.com>
17 lines
452 B
TOML
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
|
|
]
|