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

chore: Remove psutil dependency #591

Merged
merged 2 commits into from
Nov 19, 2024
Merged

chore: Remove psutil dependency #591

merged 2 commits into from
Nov 19, 2024

Commits on Nov 19, 2024

  1. chore: Remove psutil dependency

    The psutil dependency is used at exactly one location in the codebase.
    The psutil library claims to be portable, however the broadcast feature
    is [not supported](https://github.com/giampaolo/psutil/blob/8d943015ffce86de31d9494ffa3a1eae7dd91719/psutil/arch/windows/net.c#L210) on Windows.
    
    Since we support Linux as Tier-1 and Windows as Tier-2, let's remove the
    dependency and use the always available system tooling for this.
    rumpelsepp committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    e925127 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec4f6f6 View commit details
    Browse the repository at this point in the history