From 3116e62892ee5e3a90fcc7cc8446bb364324c534 Mon Sep 17 00:00:00 2001 From: Erik Reid <erik.reid@geant.org> Date: Fri, 11 Aug 2023 07:45:40 +0200 Subject: [PATCH] added ansible-runner to setup deps so that pip works --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 0f87e0a..8cb1077 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,7 @@ setup( "ncclient", "xmltodict", "netaddr", + "ansible-runner==2.3.3" ], license="MIT", license_files=("LICENSE.txt",), -- GitLab