diff --git a/setup.py b/setup.py
index e12d10c9823c1bb1d01932e55f1776a5ffa28e00..4d3055e8b8ea0e813c1296ffce2930e75ceb55de 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,6 @@ setup(
         'jsonschema',
         'requests',
         'fastapi',
-        'pydantic',
-        'ansible_runner'
+        'pydantic'
     ]
 )