bpytop/pyproject.toml

27 lines
641 B
TOML
Raw Normal View History

2020-08-22 11:36:38 +00:00
[tool.poetry]
name = "bpytop"
version = "1.0.64"
2020-08-22 11:36:38 +00:00
description = "Resource monitor that shows usage and stats for processor, memory, disks, network and processes."
readme = "README.md"
2020-08-22 11:52:47 +00:00
authors = ["Aristocratos <jakob@qvantnet.com>"]
homepage = "https://github.com/aristocratos/bpytop"
2020-08-22 11:36:38 +00:00
license = "Apache-2.0"
2020-08-22 18:20:58 +00:00
include = ["bpytop-themes/*.theme"]
2020-08-22 11:36:38 +00:00
[tool.poetry.dependencies]
2021-01-02 21:05:03 +00:00
python = "^3.7"
2020-08-22 11:38:46 +00:00
psutil = "^5.7.0"
2020-08-22 11:36:38 +00:00
[tool.poetry.dev-dependencies]
2020-10-26 13:53:24 +00:00
pytest = "^6.1.1"
2020-10-27 08:30:30 +00:00
mypy = "^0.790"
2020-10-27 09:13:29 +00:00
pylint = "^2.6.0"
more-itertools = "^8.7.0"
2020-08-22 11:36:38 +00:00
2020-08-22 11:49:44 +00:00
[tool.poetry.scripts]
bpytop = "bpytop:main"
2020-08-22 11:36:38 +00:00
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"