mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-12 14:00:17 +02:00
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:
parent
31123f7e97
commit
99383a482b
2
setup.py
2
setup.py
@ -18,7 +18,7 @@ install_requires = [
|
|||||||
'packaging>=20.1,<21',
|
'packaging>=20.1,<21',
|
||||||
|
|
||||||
'redis>=3.3.1,<4.0.0',
|
'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',
|
'celery_once>=2.0.1',
|
||||||
|
|
||||||
'django>=3.1.1,<4.0.0',
|
'django>=3.1.1,<4.0.0',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user