diff --git a/requirements.txt b/requirements.txt
index 096c1e1550ce0650475f3a79b9fcb369343bed9d..7f357c7ad3f336c42b9e91974b4fa5673af51a9a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,14 +1,13 @@
 --extra-index-url https://artifactory.software.geant.org/artifactory/api/pypi/geant-swd-pypi/simple
 
 jsonschema
-requests
-ansible-runner
 fastapi
 pydantic
+ansible-runner
+geant-service-orchestrator==0.1.dev253
+
 uvicorn[standard]
 httpx
-orchestrator-core==1.0.0
-geant-service-orchestrator==0.1.dev235
 
 pytest
 responses
diff --git a/setup.py b/setup.py
index a1b69b7a48d767e4981da57783b156544b85c417..dccbe8ba4ac1f4ebe0b66498ef6863109d13fefd 100644
--- a/setup.py
+++ b/setup.py
@@ -10,8 +10,9 @@ setup(
     packages=find_packages(),
     install_requires=[
         'jsonschema',
-        'requests',
         'fastapi',
-        'pydantic'
+        'pydantic',
+        'ansible-runner',
+        'geant-service-orchestrator==0.1.dev253'
     ]
 )