[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 "] 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"