diff --git a/setup.py b/setup.py
index 8405e2dddc35c3b8eb65797a2e2f4227ac249f8d..d7d19dc84230340fd69232a83c56d166bd1d1eb1 100644
--- a/setup.py
+++ b/setup.py
@@ -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,
 )