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"