Skip to content
Snippets Groups Projects
Commit f98b1607 authored by Mohammad Torkashvand's avatar Mohammad Torkashvand
Browse files

fix setup.py file requirements

parent a25ed7f8
No related branches found
No related tags found
No related merge requests found
Pipeline #84127 failed
...@@ -9,9 +9,8 @@ setup( ...@@ -9,9 +9,8 @@ setup(
url="https://gitlab.software.geant.org/goat/gap/geant-service-orchestrator", url="https://gitlab.software.geant.org/goat/gap/geant-service-orchestrator",
packages=find_packages(), packages=find_packages(),
install_requires=[ install_requires=[
"orchestrator-core==1.2.2", "orchestrator-core==1.3.0",
"pydantic~=1.10.9", "requests",
"requests~=2.31.0",
"infoblox-client~=0.6.0", "infoblox-client~=0.6.0",
"pycountry", "pycountry",
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment