mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-10 09:06:21 +01:00
Exclude Celery 4.4.4
This commit is contained in:
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',
|
||||||
|
|||||||
Reference in New Issue
Block a user