From 7d445b13620b69f1079a70650ed4b0475e6562cc Mon Sep 17 00:00:00 2001 From: Spychalski Date: Thu, 16 Oct 2025 11:47:34 +0200 Subject: [PATCH] Add missing httpx dependency to pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f81c9b5..8b99061 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,8 @@ classifiers = [ dynamic = ["version"] dependencies = [ "ifaddr>=0.2.0", - "dnspython>=2.4.2" + "dnspython>=2.4.2", + "httpx>=0.23.0" ] [tool.setuptools]