From a3d71332b1efa76090d59130bd64a01a6005dccd Mon Sep 17 00:00:00 2001 From: Erik Reid <erik.reid@geant.org> Date: Thu, 20 Apr 2023 04:53:19 +0200 Subject: [PATCH] update gso dependency version --- requirements.txt | 7 +++---- setup.py | 5 +++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 096c1e1..7f357c7 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 a1b69b7..dccbe8b 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' ] ) -- GitLab