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
requests
requests==2.31.0
infoblox-client~=0.6.0
pycountry
pycountry==22.3.5
pytest
faker
responses
black
isort
flake8
mypy
ruff
sphinx
sphinx-rtd-theme
typer
\ No newline at end of file
pytest==7.4.2
faker==19.6.2
responses==0.23.3
black==23.9.1
isort==5.12.0
flake8==6.1.0
mypy==1.5.1
ruff==0.0.290
sphinx==7.2.6
sphinx-rtd-theme==1.3.0
......@@ -9,10 +9,9 @@ setup(
url="https://gitlab.software.geant.org/goat/gap/geant-service-orchestrator",
packages=find_packages(),
install_requires=[
"orchestrator-core==1.2.2",
"pydantic~=1.10.9",
"requests~=2.31.0",
"orchestrator-core==1.3.0",
"requests==2.31.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