Skip to content

Commit

Permalink
Remove unused dependencies (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical authored Jan 23, 2025
1 parent 0624bbb commit 997c599
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 74 deletions.
83 changes: 16 additions & 67 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 3 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,26 @@ requires-poetry = ">=2.0.0"
[tool.poetry.dependencies]
python = "^3.10"
ops = "^2.17.1"
cryptography = "^44.0.0"
boto3 = "^1.35.87"
pgconnstr = "^1.0.1"
requests = "^2.32.3"
tenacity = "^9.0.0"
psycopg2 = "^2.9.10"
cosl = "^0.0.50"
pydantic = "^1.10.19"
poetry-core = "^2.0.0"
pyOpenSSL = "^25.0.0"
jinja2 = "^3.1.4"
pysyncobj = "^0.3.13"
psutil = "^6.1.1"

[tool.poetry.group.charm-libs.dependencies]
# data_platform_libs/v0/data_interfaces.py
ops = ">=2.0.0"
# data_platform_libs/v0/upgrade.py
poetry-core = "*"
# data_platform_libs/v0/upgrade.py requires pydantic ^1.10
# grafana_agent/v0/cos_agent.py requires pydantic <2
pydantic = "^1.10, <2"
# data_platform_libs/v0/data_models.py requires pydantic ^1.10
pydantic = "^1.10"
# grafana_agent/v0/cos_agent.py
cosl = "*"
# tls_certificates_interface/v2/tls_certificates.py
cryptography = "*"
jsonschema = "*"
# tempo_coordinator_k8s/v0/charm_tracing.py
Expand Down

0 comments on commit 997c599

Please sign in to comment.