diff --git a/setup.py b/setup.py index 9be0bc3..201ffea 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ ], install_requires=[ 'redis>=3.2', - 'celery @ git+https://github.com/HiveHQ/celery.git#egg=celery', + 'celery @ git+https://github.com/HiveHQ/celery.git@py37-compat#egg=celery', 'python-dateutil>=2.4.2', 'tenacity==7.0.0', ],