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

fix tox when installs requirements for celery

parent 0bf9d57c
Branches
Tags
1 merge request!103fix tox when installs requirements for celery
Pipeline #84503 passed
orchestrator-core[celery]==1.3.4 orchestrator-core==1.3.4
requests==2.31.0 requests==2.31.0
infoblox-client~=0.6.0 infoblox-client~=0.6.0
pycountry==22.3.5 pycountry==22.3.5
pynetbox==7.2.0 pynetbox==7.2.0
celery-redbeat==2.1.1 celery-redbeat==2.1.1
celery==5.3.4
# Test and linting dependencies # Test and linting dependencies
pytest==7.4.3 pytest==7.4.3
......
...@@ -9,12 +9,13 @@ setup( ...@@ -9,12 +9,13 @@ 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[celery]==1.3.4", "orchestrator-core==1.3.4",
"requests==2.31.0", "requests==2.31.0",
"infoblox-client~=0.6.0", "infoblox-client~=0.6.0",
"pycountry==22.3.5", "pycountry==22.3.5",
"pynetbox==7.2.0", "pynetbox==7.2.0",
"celery-redbeat==2.1.1", "celery-redbeat==2.1.1",
"celery==5.3.4",
], ],
include_package_data=True, include_package_data=True,
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment