From 07b6155685c9efe4af9785b73bd419d0e3141d01 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 9 Jun 2025 18:22:21 +0300 Subject: [PATCH] Add req --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index b8e3a17..1c68fc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,5 +15,8 @@ authors = [{ name = "Antonio J. Delgado", email = "antonio@susurrando.com" }] dependencies = [ "click", "click_config_file", + "ovh", + "netifaces", + "requests", ] requires-python = ">=3"