mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-10 13:00:16 +02:00
Exclude Celery 4.4.4
This commit is contained in:
parent
5469a591c0
commit
ce77c24e5c
2
setup.py
2
setup.py
@ -19,7 +19,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',
|
'celery>=4.3.0,<5.0.0,!=4.4.4', # 4.4.4 is missing a dependency
|
||||||
'celery_once',
|
'celery_once',
|
||||||
|
|
||||||
'django>=2.2.1,<3.0',
|
'django>=2.2.1,<3.0',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user