Update dep

This commit is contained in:
nicolargo 2025-10-18 09:06:24 +02:00
parent e3b016e6f3
commit bcfb3675a6
1 changed files with 3 additions and 4 deletions

View File

@ -60,9 +60,6 @@ dev = [
"sphinx_rtd_theme", "sphinx_rtd_theme",
"webdriver-manager", "webdriver-manager",
] ]
ip = [
"netifaces2>=0.0.22",
]
[project.optional-dependencies] [project.optional-dependencies]
action = ["chevron"] action = ["chevron"]
@ -98,7 +95,9 @@ export = [
] ]
gpu = ["nvidia-ml-py"] gpu = ["nvidia-ml-py"]
graph = ["pygal"] graph = ["pygal"]
ip = ["netifaces2"] ip = [
"netifaces2",
]
raid = ["pymdstat"] raid = ["pymdstat"]
sensors = ["batinfo; platform_system == 'Linux'"] sensors = ["batinfo; platform_system == 'Linux'"]
smart = ["pySMART.smartx"] smart = ["pySMART.smartx"]