Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused dependencies #731

Merged
merged 3 commits into from
Jan 23, 2025
Merged

Remove unused dependencies #731

merged 3 commits into from
Jan 23, 2025

Conversation

carlcsaposs-canonical
Copy link
Contributor

Removed dependencies that are unused or in the wrong dependency group

pyproject.toml Outdated Show resolved Hide resolved
jinja2 = "^3.1.4"
pysyncobj = "^0.3.13"
psutil = "^6.1.1"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Psutil will be needed by #663 and #611

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it should probably be added in those PRs

Copy link

codecov bot commented Jan 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.38%. Comparing base (0624bbb) to head (4527bfc).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #731   +/-   ##
=======================================
  Coverage   71.38%   71.38%           
=======================================
  Files          15       15           
  Lines        3253     3253           
  Branches      480      480           
=======================================
  Hits         2322     2322           
  Misses        812      812           
  Partials      119      119           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

pyproject.toml Outdated
pydantic = "^1.10.19"
poetry-core = "^2.0.0"
pyOpenSSL = "^24.3.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We may need to do the charmcraft 3 migration before we can remove this.

@carlcsaposs-canonical
Copy link
Contributor Author

depends on #719

@carlcsaposs-canonical carlcsaposs-canonical marked this pull request as draft January 20, 2025 08:03
Removed dependencies that are unused or in the wrong dependency group
@carlcsaposs-canonical carlcsaposs-canonical marked this pull request as ready for review January 23, 2025 13:21
@carlcsaposs-canonical carlcsaposs-canonical merged commit 997c599 into main Jan 23, 2025
89 of 91 checks passed
@carlcsaposs-canonical carlcsaposs-canonical deleted the unused-deps branch January 23, 2025 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants