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

fix setup.py by adding celery-redbeat and celery as requirements

parent 50af47e7
No related branches found
No related tags found
1 merge request!102fix setup.py by adding celery-redbeat and celery as requirements
Pipeline #84497 passed
......@@ -9,11 +9,12 @@ setup(
url="https://gitlab.software.geant.org/goat/gap/geant-service-orchestrator",
packages=find_packages(),
install_requires=[
"orchestrator-core==1.3.4",
"orchestrator-core[celery]==1.3.4",
"requests==2.31.0",
"infoblox-client~=0.6.0",
"pycountry==22.3.5",
"pynetbox==7.2.0",
"celery-redbeat==2.1.1",
],
include_package_data=True,
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment