Files
Claudiu Belu adc6c57496 Adds manila-cephfs-k8s charm
Adds the basic charm, with typical relations and setup.

Change-Id: I54f06bf84ad94fc68818f9df47af038a9244daf7
Signed-off-by: Claudiu Belu <cbelu@cloudbasesolutions.com>
2025-08-11 09:11:35 +00:00

18 lines
474 B
TOML

# Copyright 2025 Canonical Ltd.
# See LICENSE file for licensing details.
[project]
name = "manila-cephfs-k8s"
version = "2025.1"
requires-python = "~=3.12.0"
dependencies = [
"jinja2",
"jsonschema",
"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
]