Skip to content
Snippets Groups Projects
Commit 7efe2828 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 #84132 failed
This commit is part of merge request !75. Comments created here will be created in the context of that merge request.
orchestrator-core==1.3.0 orchestrator-core==1.3.0
requests requests==2.31.0
infoblox-client~=0.6.0 infoblox-client~=0.6.0
pycountry pycountry==22.3.5
pytest pytest==7.4.2
faker faker==19.6.2
responses responses==0.23.3
black black==23.9.1
isort isort==5.12.0
flake8 flake8==6.1.0
mypy mypy==1.5.1
ruff ruff==0.0.290
sphinx sphinx==7.2.6
sphinx-rtd-theme sphinx-rtd-theme==1.3.0
typer
\ No newline at end of file
...@@ -9,10 +9,9 @@ setup( ...@@ -9,10 +9,9 @@ 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==2.31.0",
"requests~=2.31.0",
"infoblox-client~=0.6.0", "infoblox-client~=0.6.0",
"pycountry", "pycountry==22.3.5",
], ],
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment