From: Christian Kastner <ckk@kvr.at>
Date: Sun, 13 Jul 2025 14:05:51 +0200
Subject: gguf-py depends on the requests library

---
 gguf-py/pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gguf-py/pyproject.toml b/gguf-py/pyproject.toml
index 0f3a1ee..ec655a6 100644
--- a/gguf-py/pyproject.toml
+++ b/gguf-py/pyproject.toml
@@ -22,6 +22,7 @@ python = ">=3.8"
 numpy = ">=1.17"
 tqdm = ">=4.27"
 pyyaml = ">=5.1"
+requests = ">= 0.6.2"
 sentencepiece = { version = ">=0.1.98,<=0.2.0", optional = true }
 PySide6 = { version = "^6.9", python = ">=3.9,<3.14", optional = true }
 
