mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-14 15:00:16 +02:00
Merge branch 'fix_celeryonce_dependency' into 'master'
Prevent autoretry_for bug in celery_once See merge request allianceauth/allianceauth!1278
This commit is contained in:
commit
f4c4ae36ed
2
setup.py
2
setup.py
@ -20,7 +20,7 @@ install_requires = [
|
|||||||
|
|
||||||
'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,<5.0.0,!=4.4.4', # 4.4.4 is missing a dependency
|
||||||
'celery_once',
|
'celery_once>=2.0.1',
|
||||||
|
|
||||||
'django>=3.1.1,<4.0.0',
|
'django>=3.1.1,<4.0.0',
|
||||||
'django-bootstrap-form',
|
'django-bootstrap-form',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user