From b5cdabf0f61675fe4c8916af9f0a2c41e21a793b Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Sun, 29 Jun 2025 14:19:41 +0200 Subject: [PATCH] add httpx dependencies --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 092a07e..5662cde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,8 @@ authors = [{ name = "WorldTeacher", email = "coding_contact@pm.me" }] requires-python = ">=3.13" dependencies = [ "bencodepy>=0.9.5", + "httpx>=0.28.1", + "httpx-retries>=0.3.2", "lxml>=5.3.1", "regex>=2024.11.6", ]