From bcfb3675a6880866363593a53215f695cdddccc2 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sat, 18 Oct 2025 09:06:24 +0200 Subject: [PATCH] Update dep --- pyproject.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index edb05035..5db90b7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,9 +60,6 @@ dev = [ "sphinx_rtd_theme", "webdriver-manager", ] -ip = [ - "netifaces2>=0.0.22", -] [project.optional-dependencies] action = ["chevron"] @@ -98,7 +95,9 @@ export = [ ] gpu = ["nvidia-ml-py"] graph = ["pygal"] -ip = ["netifaces2"] +ip = [ + "netifaces2", +] raid = ["pymdstat"] sensors = ["batinfo; platform_system == 'Linux'"] smart = ["pySMART.smartx"]