mirror of https://github.com/aristocratos/bpytop
16 lines
390 B
TOML
16 lines
390 B
TOML
![]() |
[tool.poetry]
|
||
|
name = "bpytop"
|
||
|
version = "1.0.16"
|
||
|
description = "Resource monitor that shows usage and stats for processor, memory, disks, network and processes."
|
||
|
authors = ["Aristocratos <admin@qvantnet.com>"]
|
||
|
license = "Apache-2.0"
|
||
|
|
||
|
[tool.poetry.dependencies]
|
||
|
python = "^3.6"
|
||
|
|
||
|
[tool.poetry.dev-dependencies]
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry>=0.12"]
|
||
|
build-backend = "poetry.masonry.api"
|