mirror of https://github.com/nicolargo/glances.git
Update dep
This commit is contained in:
parent
e3b016e6f3
commit
bcfb3675a6
|
|
@ -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"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue