1This plugin is needed to test celery itself, so it can't depend on celery. 2 3--- a/setup.py 4+++ b/setup.py 5@@ -6,3 +6,3 @@ from distutils.core import setup 6 install_requires = \ 7-['celery >= 4.4.0'] 8+[] 9