From b7bcfcb5c47d78427aafca2ba7e1294f3ad006c3 Mon Sep 17 00:00:00 2001 From: Karel van Klink <karel.vanklink@geant.org> Date: Fri, 14 Apr 2023 13:54:16 +0200 Subject: [PATCH] add ansible_runner to requirements --- requirements.txt | 1 + setup.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 53d10f3..2c0de91 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ jsonschema requests +ansible_runner fastapi pydantic diff --git a/setup.py b/setup.py index 4d3055e..e12d10c 100644 --- a/setup.py +++ b/setup.py @@ -12,6 +12,7 @@ setup( 'jsonschema', 'requests', 'fastapi', - 'pydantic' + 'pydantic', + 'ansible_runner' ] ) -- GitLab