mirror of https://github.com/aristocratos/bpytop
17 lines
408 B
TOML
17 lines
408 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"
|
|
psutil = "^5.7.0"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry>=0.12"]
|
|
build-backend = "poetry.masonry.api"
|