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

fix tox when installs requirements for celery

parent 0bf9d57c
No related branches found
No related tags found
No related merge requests found
Pipeline #84499 canceled
This commit is part of merge request !103. Comments created here will be created in the context of that merge request.
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
......
...@@ -15,6 +15,7 @@ setup( ...@@ -15,6 +15,7 @@ setup(
"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