2020-08-22 11:36:38 +00:00
|
|
|
[tool.poetry]
|
|
|
|
name = "bpytop"
|
2021-04-25 12:17:49 +00:00
|
|
|
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."
|
2020-08-23 20:53:51 +00:00
|
|
|
readme = "README.md"
|
2020-08-22 11:52:47 +00:00
|
|
|
authors = ["Aristocratos <jakob@qvantnet.com>"]
|
2020-08-23 20:53:51 +00:00
|
|
|
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"
|
2021-02-08 21:29:30 +00:00
|
|
|
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"
|