From 0a70c63104a48f319be511cf662043668a8a4217 Mon Sep 17 00:00:00 2001
From: Karel van Klink <karel.vanklink@geant.org>
Date: Fri, 28 Apr 2023 10:44:55 +0200
Subject: [PATCH] Fix requirements in setup.py

---
 setup.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index d0b194b..d070261 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,9 @@ setup(
         'jsonschema',
         'fastapi',
         'pydantic',
-        'ansible-runner'
+        'ansible-runner',
+        'requests',
+        'uvicorn'
     ],
     license='MIT',
     license_files=('LICENSE.txt',),
-- 
GitLab