mirror of https://github.com/nicolargo/glances.git
Add shtab as a dependency
This commit is contained in:
parent
0e181d9059
commit
b4d5de96fc
|
|
@ -23,6 +23,7 @@ dependencies = [
|
|||
"packaging",
|
||||
"psutil>=5.6.7",
|
||||
"windows-curses; platform_system == 'Windows'",
|
||||
"shtab; platform_system != 'Windows'",
|
||||
]
|
||||
description = "A cross-platform curses-based monitoring tool"
|
||||
dynamic = ["version"]
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
defusedxml
|
||||
packaging
|
||||
psutil>=5.6.7
|
||||
shtab; platform_system != 'Windows'
|
||||
windows-curses; platform_system == 'Windows'
|
||||
|
|
|
|||
Loading…
Reference in New Issue