-
Notifications
You must be signed in to change notification settings - Fork 18
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
Conversation
jinja2 = "^3.1.4" | ||
pysyncobj = "^0.3.13" | ||
psutil = "^6.1.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
pyproject.toml
Outdated
pydantic = "^1.10.19" | ||
poetry-core = "^2.0.0" | ||
pyOpenSSL = "^24.3.0" |
There was a problem hiding this comment.
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.
depends on #719 |
Removed dependencies that are unused or in the wrong dependency group
fe3170a
to
4527bfc
Compare
Removed dependencies that are unused or in the wrong dependency group