From 827309354c4761d1ecc03761b0e7168f65c28eba Mon Sep 17 00:00:00 2001 From: Gregory Gauthier Date: Fri, 6 Feb 2026 12:35:47 +0000 Subject: [PATCH] update pyproject to include requests --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 1d0c5ef..a3b0ad0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ authors = [ readme = "README.md" requires-python = ">=3.12" dependencies = [ + "requests (>=2.32.5,<3.0.0)" ]