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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

chore: Remove psutil dependency #591

wants to merge 1 commit into from

Commits on Sep 18, 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 Sep 18, 2024
    Configuration menu
    Copy the full SHA
    872d3f1 View commit details
    Browse the repository at this point in the history