From 1fc795245e1ca8995d4124d0e6e07f961cfbec67 Mon Sep 17 00:00:00 2001 From: Wongkraiwich Chuenchomphu Date: Tue, 30 Jul 2024 02:16:37 +0700 Subject: [PATCH] v1.0.3 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 113957f..57f0361 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "mtnlog" -version = "1.0.2" +version = "1.0.3" authors = [ { name = "Wongkraiwich Chuenchomphu", email = "wongkraiwich@inedible.dev" }, ] @@ -16,7 +16,7 @@ classifiers = [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ] -dependencies = ["nvitop", "pandas"] +dependencies = ["nvitop", "pandas", "psutil"] [project.urls] Homepage = "https://github.com/kentakoong/mtnlog"