From 001ff7a543fd75863376c9d450e5da7e500b1b53 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Sat, 14 Feb 2026 10:39:53 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 3832456..6b04f87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ version = "0.1.0" requires-python = ">=3.11" dependencies = [ "requests>=2.31.0", + "netifaces>=0.11.0", ] [project.optional-dependencies]