mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-16 07:50:16 +02:00
fix dependency for celery_once
This commit is contained in:
parent
08e9676760
commit
09573ba7ef
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