From 5db0e3abf02166a567aa563ca73b033d08244dcf Mon Sep 17 00:00:00 2001 From: vagabondHustler <92130287+vagabondHustler@users.noreply.github.com> Date: Wed, 17 Jan 2024 18:52:01 +0100 Subject: [PATCH] Chore add psutil to build dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5cdfeb6f..cefe49f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ version = {attr = "subsearch.data.__version__"} [project.optional-dependencies] - build = ["build==1.0.3", "cx_Freeze==6.15.12", "twine==4.0.2"] + build = ["build==1.0.3", "cx_Freeze==6.15.12", "twine==4.0.2", "psutil==5.9.7"] lint = ["black==23.12.1", "isort==5.13.2"] tests = ["pytest-cov==4.1.0", "pytest==7.4.4", "tox==4.12.1", "python-dotenv==1.0.0"] tools = ["pyperclip==1.8.2"]