bpytop/pyproject.toml

17 lines
408 B
TOML
Raw Normal View History

2020-08-22 11:36:38 +00:00
[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"
2020-08-22 11:38:46 +00:00
psutil = "^5.7.0"
2020-08-22 11:36:38 +00:00
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"