From 3cec0c5b526c00371cb7291cb1d581337cc11b2b Mon Sep 17 00:00:00 2001 From: Colin Taylor Date: Thu, 18 Dec 2025 11:33:58 -0800 Subject: [PATCH] add psutil to examples extras Differential Revision: D89487280 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4095cb303..e095658c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,6 +73,7 @@ python-downloads = "automatic" # Automatically download Python if needed examples = [ "bs4", "ipython", + "psutil", ] test = [ "pytest",