Skip to content
Snippets Groups Projects

fix setup.py file requirements

Merged Mohammad Torkashvand requested to merge fix/correct-setuppy-versioing into develop
+ 2
3
@@ -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",
],
],
Loading