From bef64b8e97445e71c9c6bf7384f47ed58844cdce Mon Sep 17 00:00:00 2001 From: Erik Reid <erik.reid@geant.org> Date: Thu, 20 Apr 2023 04:45:46 +0200 Subject: [PATCH] pin orchestrator-core version --- requirements.txt | 2 +- setup.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b575b478..243292ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -orchestrator-core +orchestrator-core==1.0.0 requests pytest diff --git a/setup.py b/setup.py index 949282d1..50d3dc63 100644 --- a/setup.py +++ b/setup.py @@ -9,6 +9,7 @@ setup( url=('https://gitlab.geant.org/goat/geant-service-orchestrator'), packages=find_packages(), install_requires=[ - 'orchestrator-core', + 'requests', + 'orchestrator-core==1.0.0', ] ) -- GitLab