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 packages #556

Merged
merged 1 commit into from
Nov 12, 2024
Merged

Remove unused packages #556

merged 1 commit into from
Nov 12, 2024

Conversation

rustydb
Copy link
Contributor

@rustydb rustydb commented Nov 12, 2024

Using grep -qIER against each listed package (with s/-/_/g applied), the following packages appear unused. These were likely pinned because they were dependencies for another package, which can raise the likelihood of complications/conflicts during package updates.

Otherwise, these were used at one time, and the project dependencies were neglected.

Remove:

  • nornir-utils
  • tokenize-rt

Using `grep -qIER` against each listed package (with `s/-/_/g` applied), the
following packages appear unused. These were likely pinned because they were
dependencies for another package, which can raise the likelihood of
complications/conflicts during package updates.

Otherwise, these were used at one time, and the project dependencies were
neglected.

Remove:
- nornir-utils
- tokenize-rt
@rustydb rustydb requested a review from a team as a code owner November 12, 2024 16:37
@rustydb rustydb changed the title Remove unused deps Remove unused packages Nov 12, 2024
@rustydb rustydb merged commit 333a1bd into main Nov 12, 2024
20 of 21 checks passed
@rustydb rustydb deleted the remove-unused-deps branch November 12, 2024 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants