allow celery 5 since it is pulled in by celery-beat

This commit is so that celery 5 can be tested
This commit is contained in:
Peter Pfeufer 2021-07-02 18:56:54 +02:00
parent 31123f7e97
commit 99383a482b
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

View File

@ -18,7 +18,7 @@ install_requires = [
'packaging>=20.1,<21',
'redis>=3.3.1,<4.0.0',
'celery>=4.3.0,<5.0.0,!=4.4.4', # 4.4.4 is missing a dependency
'celery>=4.3.0,<6.0.0,!=4.4.4', # 4.4.4 is missing a dependency
'celery_once>=2.0.1',
'django>=3.1.1,<4.0.0',